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()

override XmlNode System.Xml.XmlAttributeCollection.RemoveNodeAt ( int i)
inlinepackagevirtual

Reimplemented from System.Xml.XmlNamedNodeMap.

Definition at line 132 of file XmlAttributeCollection.cs.

133 {
134 XmlNode xmlNode = base.RemoveNodeAt(i);
135 if (xmlNode != null)
136 {
137 }
138 XmlNode parent = this.parent;
139 if (this.parent != null)
140 {
141 }
142 XmlAttribute xmlAttribute;
143 if (xmlAttribute != null)
144 {
145 }
146 return xmlNode;
147 }
class f__AnonymousType0<< Count > j__TPar

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