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
QueryExpression.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020000EF RID: 239
9 internal abstract class QueryExpression
10 {
11 // Token: 0x170001C1 RID: 449
12 // (get) Token: 0x060009D4 RID: 2516 RVA: 0x000182A8 File Offset: 0x000164A8
13 // (set) Token: 0x060009D5 RID: 2517 RVA: 0x000182BC File Offset: 0x000164BC
15 {
17 get
18 {
19 return this.<Operator>k__BackingField;
20 }
22 set
23 {
25 }
26 }
27
28 // Token: 0x060009D6 RID: 2518
29 public abstract bool IsMatch(JToken t);
30
31 // Token: 0x060009D7 RID: 2519 RVA: 0x000182D0 File Offset: 0x000164D0
32 protected QueryExpression()
33 {
34 }
35
36 // Token: 0x040003DB RID: 987
38 private QueryOperator <Operator>k__BackingField;
39 }
40}
class f__AnonymousType0<< Count > j__TPar