terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Newtonsoft.Json.Converters.XmlDeclarationWrapper Class Reference
+ Inheritance diagram for Newtonsoft.Json.Converters.XmlDeclarationWrapper:

Public Member Functions

 XmlDeclarationWrapper (XmlDeclaration declaration)
 
IXmlNode AppendChild (IXmlNode newChild)
 

Static Package Functions

static IXmlNode WrapNode (XmlNode node)
 

Properties

string Version [get]
 
string Encoding [get, set]
 
string Standalone [get, set]
 
object WrappedNode [get]
 
XmlNodeType NodeType [get]
 
virtual string LocalName [get]
 
List< IXmlNodeChildNodes [get]
 
List< IXmlNodeAttributes [get]
 
IXmlNode ParentNode [get]
 
string Value [get, set]
 
string NamespaceUri [get]
 

Private Attributes

readonly XmlDeclaration _declaration
 
readonly XmlNode _node
 
List< IXmlNode_childNodes
 
List< IXmlNode_attributes
 

Detailed Description

Definition at line 7 of file XmlDeclarationWrapper.cs.


The documentation for this class was generated from the following file: