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
Loading...
Searching...
No Matches
System.Xml.Linq.ElementWriter Struct Reference
+ Collaboration diagram for System.Xml.Linq.ElementWriter:

Public Member Functions

 ElementWriter (XmlWriter writer)
 
void WriteElement (XElement e)
 

Private Member Functions

string GetPrefixOfNamespace (XNamespace ns, bool allowDefaultNamespace)
 
void PushAncestors (XElement e)
 
void PushElement (XElement e)
 
void WriteEndElement ()
 
void WriteFullEndElement ()
 
void WriteStartElement (XElement e)
 

Private Attributes

XmlWriter _writer
 
NamespaceResolver _resolver
 

Detailed Description

Definition at line 8 of file ElementWriter.cs.


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