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

◆ GetXmlName()

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

Definition at line 72 of file XmlDocument.cs.

73 {
74 return this.domNameTable.GetName(prefix, localName, namespaceURI, schemaInfo);
75 }
class f__AnonymousType0<< Count > j__TPar
XmlName GetName(string prefix, string localName, string ns, IXmlSchemaInfo schemaInfo)
DomNameTable domNameTable

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