Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ NextPage

XPathNode [] MS.Internal.Xml.Cache.XPathNodePageInfo.NextPage
getset

Definition at line 29 of file XPathNodePageInfo.cs.

30 {
31 get
32 {
33 return _pageNext;
34 }
35 set
36 {
38 }
39 }

Referenced by MS.Internal.Xml.Cache.XPathNodeHelper.GetElementFollowing().