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

◆ XmlEntity()

System.Xml.XmlEntity.XmlEntity ( string name,
string strdata,
string publicId,
string systemId,
string notationName,
XmlDocument doc )
inlinepackage

Definition at line 9 of file XmlEntity.cs.

10 : base(doc)
11 {
12 XmlNameTable nameTable = doc.NameTable;
14 this.name = nameTable;
18 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Xml.XmlDocument.NameTable, System.Xml.XmlEntity.notationName, System.Xml.XmlEntity.publicId, and System.Xml.XmlEntity.systemId.