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

◆ Append()

XmlAttribute System.Xml.XmlAttributeCollection.Append ( XmlAttribute node)
inline

Definition at line 39 of file XmlAttributeCollection.cs.

40 {
41 if (node != null)
42 {
44 XmlNode parent = this.parent;
45 }
46 if (node != null)
47 {
48 }
49 return node;
50 }
void InsertParentIntoElementIdAttrMap(XmlAttribute attr)

References System.Xml.XmlAttributeCollection.InsertParentIntoElementIdAttrMap(), and System.Xml.XmlNamedNodeMap.parent.