C# Class System.Xml.XPath.XPathNodeIterator.Enumerator

Implementation of a resetable enumerator that is linked to the XPathNodeIterator used to create it.
Inheritance: IEnumerator
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode Description
Enumerator ( XPathNodeIterator original ) : System
MoveNext ( ) : bool
Reset ( ) : void

Method Details

Enumerator() public méthode

public Enumerator ( XPathNodeIterator original ) : System
original XPathNodeIterator
Résultat System

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void