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

◆ RemoveAll()

override void System.Xml.XmlElement.RemoveAll ( )
inlinevirtual

Reimplemented from System.Xml.XmlNode.

Definition at line 521 of file XmlElement.cs.

522 {
523 base.RemoveAll();
525 }
virtual void RemoveAllAttributes()

References System.Xml.Dictionary, and System.Xml.XmlElement.RemoveAllAttributes().

Referenced by System.Xml.XmlDataDocument.OnRowChanged().