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
RegexTree.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020000C4 RID: 196
7 internal sealed class RegexTree
8 {
9 // Token: 0x06000486 RID: 1158 RVA: 0x00012FF0 File Offset: 0x000111F0
20
21 // Token: 0x0400037E RID: 894
23
24 // Token: 0x0400037F RID: 895
26
27 // Token: 0x04000380 RID: 896
28 public readonly int[] CapNumList;
29
30 // Token: 0x04000381 RID: 897
31 public readonly int CapTop;
32
33 // Token: 0x04000382 RID: 898
35
36 // Token: 0x04000383 RID: 899
37 public readonly string[] CapsList;
38
39 // Token: 0x04000384 RID: 900
41 }
42}
class f__AnonymousType0<< Count > j__TPar
RegexTree(RegexNode root, Hashtable caps, int[] capNumList, int capTop, Hashtable capNames, string[] capsList, RegexOptions options)
Definition RegexTree.cs:10