Terraria v1.4.4.9
Terraria source code documentation
|
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] |