C# Class MS.Internal.Xml.XPath.ResetableIterator

Inheritance: System.Xml.XPath.XPathNodeIterator
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
MoveToPosition ( int pos ) : bool
Reset ( ) : void
ResetableIterator ( ) : System

Protected Methods

Method Description
ResetCount ( ) : void
ResetableIterator ( ResetableIterator other ) : System

Method Details

MoveToPosition() public method

public MoveToPosition ( int pos ) : bool
pos int
return bool

Reset() public abstract method

public abstract Reset ( ) : void
return void

ResetCount() protected method

protected ResetCount ( ) : void
return void

ResetableIterator() public method

public ResetableIterator ( ) : System
return System

ResetableIterator() protected method

protected ResetableIterator ( ResetableIterator other ) : System
other ResetableIterator
return System