Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
QueryProps.cs
Go to the documentation of this file.
1
namespace
MS.Internal.Xml.XPath
;
2
3
internal
enum
QueryProps
4
{
5
None
= 0,
6
Position
= 1,
7
Count
= 2,
8
Cached
= 4,
9
Reverse
= 8,
10
Merge
= 0x10
11
}
Position
Position
Definition
ImmutableDictionary.cs:625
MS.Internal.Xml.XPath.QueryProps
QueryProps
Definition
QueryProps.cs:4
MS.Internal.Xml.XPath.QueryProps.Cached
@ Cached
MS.Internal.Xml.XPath.QueryProps.Reverse
@ Reverse
MS.Internal.Xml.XPath.QueryProps.Merge
@ Merge
MS.Internal.Xml.XPath.QueryProps.None
@ None
MS.Internal.Xml.XPath.QueryProps.Count
@ Count
MS.Internal.Xml.XPath
Definition
AbsoluteQuery.cs:3
source
System.Private.Xml
MS.Internal.Xml.XPath
QueryProps.cs
Generated by
1.10.0