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

◆ Match() [1/3]

System.Text.RegularExpressions.Match.Match ( Regex regex,
int capcount,
string text,
int begpos,
int len,
int startpos )
inlinepackage

Definition at line 11 of file Match.cs.

12 {
13 this.<Text>k__BackingField = text;
14 this.<Name>k__BackingField = "0";
16 int[] caps = this._caps;
17 if (caps == null || caps != null)
18 {
21 return;
22 }
24 }
class f__AnonymousType0<< Count > j__TPar
static readonly Match< Empty > k__BackingField
Definition Match.cs:295

References System.Text.RegularExpressions.Group._caps, j__TPar, System.Text.RegularExpressions.Match.k__BackingField, System.Name, and System.text.

Referenced by System.Text.RegularExpressions.RegexReplacement.Replace().