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