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
Loading...
Searching...
No Matches
System.Text.RegularExpressions.Regex.CachedCodeEntryKey Struct Reference
+ 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
 

Detailed Description

Definition at line 1093 of file Regex.cs.


The documentation for this struct was generated from the following file: