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

◆ Current

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

Definition at line 13 of file CacheOutputQuery.cs.

14 {
15 get
16 {
17 if (count == 0)
18 {
19 return null;
20 }
21 return outputBuffer[count - 1];
22 }
23 }