Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Current
override
XPathNavigator
MS.Internal.Xml.XPath.ExtensionQuery.Current
get
inherited
Definition at line
17
of file
ExtensionQuery.cs
.
18
{
19
get
20
{
21
if
(
_queryIterator
==
null
)
22
{
23
throw
XPathException
.
Create
(
System
.
SR
.
Xp_NodeSetExpected
);
24
}
25
if
(
_queryIterator
.
CurrentPosition
== 0)
26
{
27
Advance
();
28
}
29
return
_queryIterator
.
Current
;
30
}
31
}
MS.Internal.Xml.XPath.ExtensionQuery.Advance
override XPathNavigator Advance()
Definition
ExtensionQuery.cs:94
MS.Internal.Xml.XPath.ExtensionQuery._queryIterator
ResetableIterator _queryIterator
Definition
ExtensionQuery.cs:15
MS.Internal.Xml.XPath.ResetableIterator.CurrentPosition
override int CurrentPosition
Definition
ResetableIterator.cs:7
System.SR.Xp_NodeSetExpected
static string Xp_NodeSetExpected
Definition
SR.cs:1244
System.SR
Definition
SR.cs:7
System.Xml.XPath.XPathException.Create
static XPathException Create(string res)
Definition
XPathException.cs:77
System.Xml.XPath.XPathException
Definition
XPathException.cs:10
System.Xml.XPath.XPathNodeIterator.Current
XPathNavigator? Current
Definition
XPathNodeIterator.cs:61
System
Definition
BlockingCollection.cs:8
MS
Internal
Xml
XPath
VariableQuery
Generated by
1.10.0