Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ValueQuery.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Xml.XPath
;
3
4
namespace
MS.Internal.Xml.XPath
;
5
6
internal
abstract
class
ValueQuery
:
Query
7
{
8
public
sealed
override
XPathNavigator
Current
9
{
10
get
11
{
12
throw
XPathException
.
Create
(
System
.
SR
.
Xp_NodeSetExpected
);
13
}
14
}
15
16
public
sealed
override
int
CurrentPosition
17
{
18
get
19
{
20
throw
XPathException
.
Create
(
System
.
SR
.
Xp_NodeSetExpected
);
21
}
22
}
23
24
public
sealed
override
int
Count
25
{
26
get
27
{
28
throw
XPathException
.
Create
(
System
.
SR
.
Xp_NodeSetExpected
);
29
}
30
}
31
32
public
ValueQuery
()
33
{
34
}
35
36
protected
ValueQuery
(
ValueQuery
other
)
37
: base(
other
)
38
{
39
}
40
41
public
sealed
override
void
Reset
()
42
{
43
}
44
45
public
sealed
override
XPathNavigator
Advance
()
46
{
47
throw
XPathException
.
Create
(
System
.
SR
.
Xp_NodeSetExpected
);
48
}
49
}
MS.Internal.Xml.XPath.Query
Definition
Query.cs:13
MS.Internal.Xml.XPath.ValueQuery.CurrentPosition
override int CurrentPosition
Definition
ValueQuery.cs:17
MS.Internal.Xml.XPath.ValueQuery.ValueQuery
ValueQuery(ValueQuery other)
Definition
ValueQuery.cs:36
MS.Internal.Xml.XPath.ValueQuery.Current
override XPathNavigator Current
Definition
ValueQuery.cs:9
MS.Internal.Xml.XPath.ValueQuery.ValueQuery
ValueQuery()
Definition
ValueQuery.cs:32
MS.Internal.Xml.XPath.ValueQuery.Reset
override void Reset()
Definition
ValueQuery.cs:41
MS.Internal.Xml.XPath.ValueQuery.Count
override int Count
Definition
ValueQuery.cs:25
MS.Internal.Xml.XPath.ValueQuery.Advance
override XPathNavigator Advance()
Definition
ValueQuery.cs:45
MS.Internal.Xml.XPath.ValueQuery
Definition
ValueQuery.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.XPathNavigator
Definition
XPathNavigator.cs:15
MS.Internal.Xml.XPath
Definition
AbsoluteQuery.cs:3
System.Xml.XPath
Definition
Extensions.cs:5
System.ExceptionArgument.other
@ other
System
Definition
BlockingCollection.cs:8
source
System.Private.Xml
MS.Internal.Xml.XPath
ValueQuery.cs
Generated by
1.10.0