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.Capture Class Reference
+ Inheritance diagram for System.Text.RegularExpressions.Capture:
+ Collaboration diagram for System.Text.RegularExpressions.Capture:

Public Member Functions

override string ToString ()
 

Package Functions

 Capture (string text, int index, int length)
 
ReadOnlySpan< char > GetLeftSubstring ()
 
ReadOnlySpan< char > GetRightSubstring ()
 

Properties

int Index [get, set, protected set]
 
int Length [get, set, protected set]
 
string Text [get, set, protected set]
 
string Value [get, set]
 

Private Attributes

int< Indexk__BackingField
 
int< Lengthk__BackingField
 
string< Textk__BackingField
 

Detailed Description

Definition at line 11 of file Capture.cs.


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