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

◆ Current

override XPathNavigator MS.Internal.Xml.XPath.CacheAxisQuery.Current
getinherited

Definition at line 10 of file CacheAxisQuery.cs.

11 {
12 get
13 {
14 if (count == 0)
15 {
16 return null;
17 }
18 return outputBuffer[count - 1];
19 }
20 }
List< XPathNavigator > outputBuffer