terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Text.RegularExpressions.Group Class Reference
+ Inheritance diagram for System.Text.RegularExpressions.Group:

Public Member Functions

override string ToString ()
 

Package Functions

 Group (string text, int[] caps, int capcount, string name)
 
 Group ()
 
ReadOnlySpan< char > GetLeftSubstring ()
 
ReadOnlySpan< char > GetRightSubstring ()
 

Package Attributes

readonly int[] _caps
 
int _capcount
 
CaptureCollection _capcoll
 

Static Package Attributes

static readonly Group s_emptyGroup
 

Properties

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

Static Private Member Functions

static Group ()
 

Private Attributes

readonly string< Namek__BackingField
 

Detailed Description

Definition at line 8 of file Group.cs.


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