HandCoded.Xml.MutableNodeList.Clear C# (CSharp) Method

Clear() public method

Removes all XmlNode instances from the underlying collection.
public Clear ( ) : void
return void
        public void Clear()
        {
            nodes.Clear ();
        }