HandCoded.Xml.MutableNodeList.Clear C# (CSharp) 메소드

Clear() 공개 메소드

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