|
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
|
Inheritance diagram for System.Text.RegularExpressions.Regex.CachedCodeEntryKey:
Collaboration diagram for System.Text.RegularExpressions.Regex.CachedCodeEntryKey:Public Member Functions | |
| CachedCodeEntryKey (RegexOptions options, string cultureKey, string pattern) | |
| override bool | Equals (object obj) |
| bool | Equals (Regex.CachedCodeEntryKey other) |
| override int | GetHashCode () |
| bool | Equals (T other) |
Static Public Member Functions | |
| static bool | operator== (Regex.CachedCodeEntryKey left, Regex.CachedCodeEntryKey right) |
Private Attributes | |
| readonly RegexOptions | _options |
| readonly string | _cultureKey |
| readonly string | _pattern |