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

◆ AddXmlName()

XmlName System.Xml.XmlDocument.AddXmlName ( string prefix,
string localName,
string namespaceURI,
IXmlSchemaInfo schemaInfo )
inlinepackage

Definition at line 66 of file XmlDocument.cs.

67 {
68 return this.domNameTable.AddName(prefix, localName, namespaceURI, schemaInfo);
69 }
class f__AnonymousType0<< Count > j__TPar
XmlName AddName(string prefix, string localName, string ns, IXmlSchemaInfo schemaInfo)
DomNameTable domNameTable

References System.Xml.DomNameTable.AddName(), System.Xml.XmlDocument.domNameTable, j__TPar, and System.Xml.XmlDocument.schemaInfo.