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

◆ InsertNodeAt()

override XmlNode System.Xml.XmlAttributeCollection.InsertNodeAt ( int i,
XmlNode node )
inlinepackagevirtual

Reimplemented from System.Xml.XmlNamedNodeMap.

Definition at line 122 of file XmlAttributeCollection.cs.

123 {
124 XmlNode xmlNode = base.InsertNodeAt(i, node);
125 if (node != null)
126 {
127 }
128 return xmlNode;
129 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.