C# Class MS.Internal.Xml.Cache.XPathNodeRef

A reference to a XPathNode is composed of two values: the page on which the node is located, and the node's index in the page.
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
GetHashCode ( ) : int
XPathNodeRef ( XPathNode page, int idx ) : System

Method Details

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

XPathNodeRef() public méthode

public XPathNodeRef ( XPathNode page, int idx ) : System
page XPathNode
idx int
Résultat System