Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
MS
Internal
Xml
Cache
XPathNodeRef
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.
ファイルを表示
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