System.Xml.XmlNodeListEnumerator.Reset C# (CSharp) Méthode

Reset() public méthode

public Reset ( ) : void
Résultat void
        public void Reset() {
            index = -1;
        }