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