Removes all child nodes from this element.
[Visual Basic] Public Sub RemoveAll() [C#] public void RemoveAll(); [C++] public: void RemoveAll(); [JScript] public function RemoveAll();
All child nodes are removed from this element, and the parent of each child node is set to null.
XmlContainer Class | XmlContainer Members | System.Xml Namespace | Remove