Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AppendChild()

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

Reimplemented from System.Xml.XmlNode.

Definition at line 178 of file XmlBoundElement.cs.

179 {
180 AutoFoliate();
181 return base.AppendChild(newChild);
182 }

References System.Xml.XmlBoundElement.AutoFoliate(), and System.Xml.Dictionary.