terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
XmlNodeWrapper (XmlNode node) | |
IXmlNode | AppendChild (IXmlNode newChild) |
Static Package Functions | |
static IXmlNode | WrapNode (XmlNode node) |
Properties | |
object | WrappedNode [get] |
XmlNodeType | NodeType [get] |
virtual string | LocalName [get] |
List< IXmlNode > | ChildNodes [get] |
List< IXmlNode > | Attributes [get] |
IXmlNode | ParentNode [get] |
string | Value [get, set] |
string | NamespaceUri [get] |
Private Attributes | |
readonly XmlNode | _node |
List< IXmlNode > | _childNodes |
List< IXmlNode > | _attributes |
Definition at line 9 of file XmlNodeWrapper.cs.