System.Xml.XmlElementListEnumerator.Reset C# (CSharp) Method

Reset() public method

public Reset ( ) : void
return void
        public void Reset() {
            curElem = null;
            //reset the number of changes to be synced with current dom tree as well
            this.changeCount = list.ChangeCount;
        }