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

◆ AddNode()

override XmlNode System.Xml.XmlAttributeCollection.AddNode ( XmlNode node)
inlinepackagevirtual

Reimplemented from System.Xml.XmlNamedNodeMap.

Definition at line 109 of file XmlAttributeCollection.cs.

110 {
111 if (node != null)
112 {
113 }
114 XmlNode xmlNode = base.AddNode(node);
115 if (node != null)
116 {
117 }
118 return xmlNode;
119 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.