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

Inheritance: ResetableIterator
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : XPathNodeIterator
MoveNext ( ) : bool
Reset ( ) : void

Méthodes protégées

Méthode Description
XPathSelectionIterator ( XPathSelectionIterator it ) : System

Private Methods

Méthode Description
XPathSelectionIterator ( XPathNavigator nav, Query query ) : System

Method Details

Clone() public méthode

public Clone ( ) : XPathNodeIterator
Résultat System.Xml.XPath.XPathNodeIterator

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

XPathSelectionIterator() protected méthode

protected XPathSelectionIterator ( XPathSelectionIterator it ) : System
it XPathSelectionIterator
Résultat System