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

◆ RemoveAllChildren()

void System.Xml.XmlElement.RemoveAllChildren ( )
inlinepackage

Definition at line 527 of file XmlElement.cs.

528 {
529 base.RemoveAll();
530 }

References System.Xml.Dictionary.