terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
XPathNodePageInfo.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
MS.Internal.Xml.Cache
4
{
5
// Token: 0x02000174 RID: 372
6
internal
sealed
class
XPathNodePageInfo
7
{
8
// Token: 0x17000362 RID: 866
9
// (get) Token: 0x06000CCA RID: 3274 RVA: 0x00021B20 File Offset: 0x0001FD20
10
public
int
PageNumber
11
{
12
get
13
{
14
return
this.
_pageNum
;
15
}
16
}
17
18
// Token: 0x17000363 RID: 867
19
// (get) Token: 0x06000CCB RID: 3275 RVA: 0x00021B34 File Offset: 0x0001FD34
20
public
int
NodeCount
21
{
22
get
23
{
24
return
this.
_nodeCount
;
25
}
26
}
27
28
// Token: 0x17000364 RID: 868
29
// (get) Token: 0x06000CCC RID: 3276 RVA: 0x00021B48 File Offset: 0x0001FD48
30
public
XPathNode
[]
NextPage
31
{
32
get
33
{
34
return
this.
_pageNext
;
35
}
36
}
37
38
// Token: 0x04000693 RID: 1683
39
private
int
_pageNum
;
40
41
// Token: 0x04000694 RID: 1684
42
private
int
_nodeCount
;
43
44
// Token: 0x04000695 RID: 1685
45
private
XPathNode
[]
_pageNext
;
46
}
47
}
MS.Internal.Xml.Cache.XPathNodePageInfo.NodeCount
int NodeCount
Definition
XPathNodePageInfo.cs:21
MS.Internal.Xml.Cache.XPathNodePageInfo._nodeCount
int _nodeCount
Definition
XPathNodePageInfo.cs:42
MS.Internal.Xml.Cache.XPathNodePageInfo.NextPage
XPathNode[] NextPage
Definition
XPathNodePageInfo.cs:31
MS.Internal.Xml.Cache.XPathNodePageInfo._pageNum
int _pageNum
Definition
XPathNodePageInfo.cs:39
MS.Internal.Xml.Cache.XPathNodePageInfo.PageNumber
int PageNumber
Definition
XPathNodePageInfo.cs:11
MS.Internal.Xml.Cache.XPathNodePageInfo._pageNext
XPathNode[] _pageNext
Definition
XPathNodePageInfo.cs:45
MS.Internal.Xml.Cache.XPathNodePageInfo
Definition
XPathNodePageInfo.cs:7
MS.Internal.Xml.Cache
Definition
XPathDocumentNavigator.cs:7
System
Definition
__ComObject.cs:4
MS.Internal.Xml.Cache.XPathNode
Definition
XPathNode.cs:10
source
System.Xml
MS
Internal
Xml
Cache
XPathNodePageInfo.cs
Generated by
1.10.0