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.CachedCodeEntry Class Referencesealed
+ Collaboration diagram for System.Text.RegularExpressions.Regex.CachedCodeEntry:

Public Member Functions

 CachedCodeEntry (Regex.CachedCodeEntryKey key, Hashtable capnames, string[] capslist, RegexCode code, Hashtable caps, int capsize, ExclusiveReference runner, WeakReference< RegexReplacement > replref)
 

Public Attributes

Regex.CachedCodeEntry Next
 
Regex.CachedCodeEntry Previous
 
readonly Regex.CachedCodeEntryKey Key
 
RegexCode Code
 
readonly Hashtable Caps
 
readonly Hashtable Capnames
 
readonly string[] Capslist
 
readonly int Capsize
 
readonly ExclusiveReference Runnerref
 
readonly WeakReference< RegexReplacementReplRef
 

Detailed Description

Definition at line 1180 of file Regex.cs.


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