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

Implementation of a resetable enumerator that is linked to the XPathNodeIterator used to create it.
Inheritance: IEnumerator
显示文件 Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
Enumerator ( XPathNodeIterator original ) : System
MoveNext ( ) : bool
Reset ( ) : void

Method Details

Enumerator() public method

public Enumerator ( XPathNodeIterator original ) : System
original XPathNodeIterator
return System

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void