|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for System.Text.RegularExpressions.RegexCode:Public Member Functions | |
| RegexCode (int[] codes, List< string > stringlist, int trackcount, Hashtable caps, int capsize, RegexBoyerMoore bmPrefix, RegexPrefix? fcPrefix, int anchors, bool rightToLeft) | |
Static Public Member Functions | |
| static bool | OpcodeBacktracks (int Op) |
Public Attributes | |
| readonly int[] | Codes |
| readonly string[] | Strings |
| readonly int | TrackCount |
| readonly Hashtable | Caps |
| readonly int | CapSize |
| readonly? RegexPrefix | FCPrefix |
| readonly RegexBoyerMoore | BMPrefix |
| readonly int | Anchors |
| readonly bool | RightToLeft |
Definition at line 10 of file RegexCode.cs.