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.
1
using
System
;
2
using
System.Collections
;
3
4
namespace
System.Text.RegularExpressions
5
{
6
// Token: 0x020000C4 RID: 196
7
internal
sealed
class
RegexTree
8
{
9
// Token: 0x06000486 RID: 1158 RVA: 0x00012FF0 File Offset: 0x000111F0
10
internal
RegexTree
(
RegexNode
root,
Hashtable
caps,
int
[]
capNumList
,
int
capTop
,
Hashtable
capNames
,
string
[]
capsList
,
RegexOptions
options
)
11
{
12
this.Root
= root;
13
this.Caps
= caps;
14
this.CapNumList
=
capNumList
;
15
this.CapTop
=
capTop
;
16
this.CapNames
=
capNames
;
17
this.CapsList
=
capsList
;
18
this.Options
=
options
;
19
}
20
21
// Token: 0x0400037E RID: 894
22
public
readonly
RegexNode
Root
;
23
24
// Token: 0x0400037F RID: 895
25
public
readonly
Hashtable
Caps
;
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
34
public
readonly
Hashtable
CapNames
;
35
36
// Token: 0x04000383 RID: 899
37
public
readonly
string
[]
CapsList
;
38
39
// Token: 0x04000384 RID: 900
40
public
readonly
RegexOptions
Options
;
41
}
42
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Collections.Hashtable
Definition
Hashtable.cs:17
System.Text.RegularExpressions.RegexNode
Definition
RegexNode.cs:9
System.Text.RegularExpressions.RegexTree.CapNames
readonly Hashtable CapNames
Definition
RegexTree.cs:34
System.Text.RegularExpressions.RegexTree.Caps
readonly Hashtable Caps
Definition
RegexTree.cs:25
System.Text.RegularExpressions.RegexTree.CapNumList
readonly int[] CapNumList
Definition
RegexTree.cs:28
System.Text.RegularExpressions.RegexTree.Options
readonly RegexOptions Options
Definition
RegexTree.cs:40
System.Text.RegularExpressions.RegexTree.CapsList
readonly string[] CapsList
Definition
RegexTree.cs:37
System.Text.RegularExpressions.RegexTree.RegexTree
RegexTree(RegexNode root, Hashtable caps, int[] capNumList, int capTop, Hashtable capNames, string[] capsList, RegexOptions options)
Definition
RegexTree.cs:10
System.Text.RegularExpressions.RegexTree.Root
readonly RegexNode Root
Definition
RegexTree.cs:22
System.Text.RegularExpressions.RegexTree.CapTop
readonly int CapTop
Definition
RegexTree.cs:31
System.Text.RegularExpressions.RegexTree
Definition
RegexTree.cs:8
System.Collections
Definition
ArrayList.cs:6
System.Text.RegularExpressions.RegexOptions
RegexOptions
Definition
RegexOptions.cs:8
System.Text.RegularExpressions
Definition
Capture.cs:5
System.ExceptionArgument.options
@ options
System
Definition
__ComObject.cs:4
source
System
Text
RegularExpressions
RegexTree.cs
Generated by
1.10.0