terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
QueryOperator.cs
Go to the documentation of this file.
1
using
System
;
2
using
Newtonsoft.Json.Shims
;
3
4
namespace
Newtonsoft.Json.Linq.JsonPath
5
{
6
// Token: 0x020000EE RID: 238
7
[
Preserve
]
8
internal
enum
QueryOperator
9
{
10
// Token: 0x040003D1 RID: 977
11
None
,
12
// Token: 0x040003D2 RID: 978
13
Equals
,
14
// Token: 0x040003D3 RID: 979
15
NotEquals
,
16
// Token: 0x040003D4 RID: 980
17
Exists
,
18
// Token: 0x040003D5 RID: 981
19
LessThan
,
20
// Token: 0x040003D6 RID: 982
21
LessThanOrEquals
,
22
// Token: 0x040003D7 RID: 983
23
GreaterThan
,
24
// Token: 0x040003D8 RID: 984
25
GreaterThanOrEquals
,
26
// Token: 0x040003D9 RID: 985
27
And
,
28
// Token: 0x040003DA RID: 986
29
Or
30
}
31
}
Newtonsoft.Json.Linq.JsonPath.QueryOperator
QueryOperator
Definition
QueryOperator.cs:9
Newtonsoft.Json.Linq.JsonPath.QueryOperator.Equals
@ Equals
Newtonsoft.Json.Linq.JsonPath.QueryOperator.Exists
@ Exists
Newtonsoft.Json.Linq.JsonPath.QueryOperator.LessThanOrEquals
@ LessThanOrEquals
Newtonsoft.Json.Linq.JsonPath.QueryOperator.NotEquals
@ NotEquals
Newtonsoft.Json.Linq.JsonPath.QueryOperator.Or
@ Or
Newtonsoft.Json.Linq.JsonPath.QueryOperator.None
@ None
Newtonsoft.Json.Linq.JsonPath.QueryOperator.And
@ And
Newtonsoft.Json.Linq.JsonPath.QueryOperator.LessThan
@ LessThan
Newtonsoft.Json.Linq.JsonPath.QueryOperator.GreaterThanOrEquals
@ GreaterThanOrEquals
Newtonsoft.Json.Linq.JsonPath.QueryOperator.GreaterThan
@ GreaterThan
Newtonsoft.Json.Linq.JsonPath
Definition
ArrayIndexFilter.cs:13
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
Linq
JsonPath
QueryOperator.cs
Generated by
1.10.0