|
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
|
Inheritance diagram for Newtonsoft.Json.Converters.XmlNodeWrapper:
Collaboration diagram for Newtonsoft.Json.Converters.XmlNodeWrapper:Public Member Functions | |
| XmlNodeWrapper (XmlNode node) | |
| IXmlNode | AppendChild (IXmlNode newChild) |
Static Package Functions | |
| static IXmlNode | WrapNode (XmlNode node) |
Properties | |
| 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 XmlNode | _node |
| List< IXmlNode > | _childNodes |
| List< IXmlNode > | _attributes |
Definition at line 10 of file XmlNodeWrapper.cs.