Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ValueQuery.cs
Go to the documentation of this file.
1using System;
3
5
6internal abstract class ValueQuery : Query
7{
8 public sealed override XPathNavigator Current
9 {
10 get
11 {
13 }
14 }
15
16 public sealed override int CurrentPosition
17 {
18 get
19 {
21 }
22 }
23
24 public sealed override int Count
25 {
26 get
27 {
29 }
30 }
31
32 public ValueQuery()
33 {
34 }
35
37 : base(other)
38 {
39 }
40
41 public sealed override void Reset()
42 {
43 }
44
45 public sealed override XPathNavigator Advance()
46 {
48 }
49}
override XPathNavigator Current
Definition ValueQuery.cs:9
override XPathNavigator Advance()
Definition ValueQuery.cs:45
static string Xp_NodeSetExpected
Definition SR.cs:1244
Definition SR.cs:7
static XPathException Create(string res)