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
PathFilter.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x020000ED RID: 237
10 internal abstract class PathFilter
11 {
12 // Token: 0x060009D1 RID: 2513
14
15 // Token: 0x060009D2 RID: 2514 RVA: 0x0001824C File Offset: 0x0001644C
16 protected static JToken GetTokenIndex(JToken t, bool errorWhenNoMatch, int index)
17 {
18 long num = 0L;
19 long num2 = 0L;
20 if (num != 0L)
21 {
23 return jtoken;
24 }
25 if (num2 != 0L)
26 {
27 }
30 return "Index {0} outside the bounds of JArray.";
31 }
32
33 // Token: 0x060009D3 RID: 2515 RVA: 0x00018294 File Offset: 0x00016494
34 protected PathFilter()
35 {
36 }
37 }
38}
class f__AnonymousType0<< Count > j__TPar
static JToken GetTokenIndex(JToken t, bool errorWhenNoMatch, int index)
Definition PathFilter.cs:16
IEnumerable< JToken > ExecuteFilter(IEnumerable< JToken > current, bool errorWhenNoMatch)
static CultureInfo InvariantCulture