Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Current
override
XPathNavigator
MS.Internal.Xml.XPath.CacheOutputQuery.Current
get
inherited
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
}
MS.Internal.Xml.XPath.CacheOutputQuery.outputBuffer
List< XPathNavigator > outputBuffer
Definition
CacheOutputQuery.cs:11
System.Xml.XPath.XPathNodeIterator.count
int count
Definition
XPathNodeIterator.cs:59
MS
Internal
Xml
XPath
ReversePositionQuery
Generated by
1.10.0