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

◆ Current

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

Definition at line 17 of file ExtensionQuery.cs.

18 {
19 get
20 {
21 if (_queryIterator == null)
22 {
24 }
26 {
27 Advance();
28 }
30 }
31 }
override XPathNavigator Advance()
static string Xp_NodeSetExpected
Definition SR.cs:1244
Definition SR.cs:7
static XPathException Create(string res)