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

Inheritance: Query
Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Advance ( ) : XPathNavigator
Reset ( ) : void
ValueQuery ( ) : System

Protected Methods

Method Description
ValueQuery ( ValueQuery other ) : System

Method Details

Advance() public final method

public final Advance ( ) : XPathNavigator
return System.Xml.XPath.XPathNavigator

Reset() public final method

public final Reset ( ) : void
return void

ValueQuery() public method

public ValueQuery ( ) : System
return System

ValueQuery() protected method

protected ValueQuery ( ValueQuery other ) : System
other ValueQuery
return System