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

◆ AppendChild()

override XmlNode System.Xml.XmlAttribute.AppendChild ( XmlNode newChild)
inlinevirtual

Reimplemented from System.Xml.XmlNode.

Reimplemented in System.Xml.XmlUnspecifiedAttribute.

Definition at line 255 of file XmlAttribute.cs.

256 {
257 bool flag = this.PrepareOwnerElementInElementIdAttrMap();
258 return base.AppendChild(newChild);
259 }
class f__AnonymousType0<< Count > j__TPar
bool PrepareOwnerElementInElementIdAttrMap()

References j__TPar, and System.Xml.XmlAttribute.PrepareOwnerElementInElementIdAttrMap().