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

◆ GetIDInfoByElement()

XmlName System.Xml.XmlDocument.GetIDInfoByElement ( XmlName eleName)
inlinepackage

Definition at line 122 of file XmlDocument.cs.

123 {
124 if (this.htElementIDAttrDecl != null)
125 {
126 return this.GetIDInfoByElement_(eleName);
127 }
128 }
class f__AnonymousType0<< Count > j__TPar
XmlName GetIDInfoByElement_(XmlName eleName)

References System.Xml.XmlDocument.GetIDInfoByElement_(), and System.Xml.XmlDocument.htElementIDAttrDecl.