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

◆ RemoveNodeAt()

virtual XmlNode System.Xml.XmlNamedNodeMap.RemoveNodeAt ( int i)
inlinepackagevirtual

Reimplemented in System.Xml.XmlAttributeCollection.

Definition at line 89 of file XmlNamedNodeMap.cs.

90 {
91 if (this.parent != null)
92 {
93 XmlNode xmlNode = this.parent;
94 return this.parent;
95 }
96 throw new InvalidCastException();
97 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.Xml.XmlNamedNodeMap.parent.