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

◆ RegexFC() [2/3]

System.Text.RegularExpressions.RegexFC.RegexFC ( char ch,
bool not,
bool nullable,
bool caseInsensitive )
inline

Definition at line 16 of file RegexFC.cs.

17 {
18 int num = 1;
19 base..ctor();
20 if (not)
21 {
22 RegexCharClass cc = this._cc;
23 return;
24 }
25 this.<CaseInsensitive>k__BackingField = num != 0;
26 }
class f__AnonymousType0<< Count > j__TPar
bool< CaseInsensitive > k__BackingField
Definition RegexFC.cs:94

References System.Text.RegularExpressions.RegexFC._cc, System.Text.RegularExpressions.RegexFC.CaseInsensitive, j__TPar, and System.Text.RegularExpressions.RegexFC.k__BackingField.