Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.RegularExpressions.Group Class Reference

Public Member Functions

override string ToString ()
 

Static Public Member Functions

static Group Synchronized (Group inner)
 

Package Functions

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

Package Attributes

readonly int[] _caps
 
int _capcount
 
CaptureCollection _capcoll
 

Static Package Attributes

static readonly Group s_emptyGroup = new Group(string.Empty, Array.Empty<int>(), 0, string.Empty)
 

Properties

bool Success [get]
 
string Name [get]
 
CaptureCollection Captures [get]
 
int Index [get, protected set]
 
int Length [get, protected set]
 
string Text [get, set]
 
string Value [get]
 
ReadOnlySpan< char > ValueSpan [get]
 

Detailed Description

Definition at line 3 of file Group.cs.


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