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.
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
GetHashCode ( ) : int
XPathNodeRef ( XPathNode page, int idx ) : System

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

XPathNodeRef() public method

public XPathNodeRef ( XPathNode page, int idx ) : System
page XPathNode
idx int
return System