Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
static object | ParseDocument (string xmlString) |
static IEnumerable | GetElements (object element) |
static string | GetLocalName (object element) |
static string | GetValue (object element) |
Static Private Member Functions | |
static | Functions () |
Static Private Attributes | |
static readonly Func< string, object > | s_xDocumentCreate |
static readonly PropertyInfo | s_docRootProperty |
static readonly MethodInfo | s_getElementsMethod |
static readonly PropertyInfo | s_elementNameProperty |
static readonly PropertyInfo | s_elementValueProperty |
static readonly PropertyInfo | s_nameNameProperty |
Definition at line 12 of file XmlKeyHelper.cs.