|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| XPathNodePageInfo (XPathNode[] pagePrev, int pageNum) | |
Properties | |
| int | PageNumber [get] |
| int | NodeCount [get, set] |
| XPathNode[] | PreviousPage [get] |
| XPathNode[] | NextPage [get, set] |
Private Attributes | |
| readonly int | _pageNum |
| int | _nodeCount |
| readonly XPathNode[] | _pagePrev |
| XPathNode[] | _pageNext |
Definition at line 3 of file XPathNodePageInfo.cs.