Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ReversePositionQuery.cs
Go to the documentation of this file.
1
using
System.Xml.XPath
;
2
3
namespace
MS.Internal.Xml.XPath
;
4
5
internal
sealed
class
ReversePositionQuery
:
ForwardPositionQuery
6
{
7
public
override
int
CurrentPosition
=> outputBuffer.Count -
count
+ 1;
8
9
public
override
QueryProps
Properties
=> base.Properties |
QueryProps
.Reverse;
10
11
public
ReversePositionQuery
(
Query
input
)
12
: base(
input
)
13
{
14
}
15
16
private
ReversePositionQuery
(
ReversePositionQuery
other)
17
: base(other)
18
{
19
}
20
21
public
override
XPathNodeIterator
Clone
()
22
{
23
return
new
ReversePositionQuery
(
this
);
24
}
25
}
MS.Internal.Xml.XPath.CacheOutputQuery.input
Query input
Definition
CacheOutputQuery.cs:9
MS.Internal.Xml.XPath.ForwardPositionQuery
Definition
ForwardPositionQuery.cs:6
MS.Internal.Xml.XPath.Query
Definition
Query.cs:13
MS.Internal.Xml.XPath.ReversePositionQuery.ReversePositionQuery
ReversePositionQuery(Query input)
Definition
ReversePositionQuery.cs:11
MS.Internal.Xml.XPath.ReversePositionQuery.Clone
override XPathNodeIterator Clone()
Definition
ReversePositionQuery.cs:21
MS.Internal.Xml.XPath.ReversePositionQuery.ReversePositionQuery
ReversePositionQuery(ReversePositionQuery other)
Definition
ReversePositionQuery.cs:16
MS.Internal.Xml.XPath.ReversePositionQuery.Properties
override QueryProps Properties
Definition
ReversePositionQuery.cs:9
MS.Internal.Xml.XPath.ReversePositionQuery.CurrentPosition
override int CurrentPosition
Definition
ReversePositionQuery.cs:7
MS.Internal.Xml.XPath.ReversePositionQuery
Definition
ReversePositionQuery.cs:6
System.Xml.XPath.XPathNodeIterator.count
int count
Definition
XPathNodeIterator.cs:59
System.Xml.XPath.XPathNodeIterator
Definition
XPathNodeIterator.cs:8
MS.Internal.Xml.XPath.QueryProps
QueryProps
Definition
QueryProps.cs:4
MS.Internal.Xml.XPath
Definition
AbsoluteQuery.cs:3
System.Xml.XPath
Definition
Extensions.cs:5
source
System.Private.Xml
MS.Internal.Xml.XPath
ReversePositionQuery.cs
Generated by
1.10.0