| 
    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.RegexReplacement:Public Member Functions | |
| RegexReplacement (string rep, RegexNode concat, Hashtable _caps) | |
| string | Replace (Regex regex, string input, int count, int startat) | 
Static Public Member Functions | |
| static RegexReplacement | GetOrCreate (WeakReference< RegexReplacement > replRef, string replacement, Hashtable caps, int capsize, Hashtable capnames, RegexOptions roptions) | 
Static Public Attributes | |
| const int | LeftPortion = -1 | 
| const int | RightPortion = -2 | 
| const int | LastGroup = -3 | 
| const int | WholeString = -4 | 
Properties | |
| string | Pattern [get, set] | 
Private Member Functions | |
| void | ReplacementImpl (StringBuilder sb, Match match) | 
| void | ReplacementImplRTL (List< string > al, Match match) | 
Private Attributes | |
| readonly List< string > | _strings | 
| readonly List< int > | _rules | 
| readonly string< Pattern > | k__BackingField | 
Static Private Attributes | |
| const int | Specials = 4 | 
Definition at line 11 of file RegexReplacement.cs.