|
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
|
Inheritance diagram for System.Text.RegularExpressions.Group:
Collaboration 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, set] |
| int | Index [get, set, protected set] |
| int | Length [get, set, protected set] |
| string | Text [get, set, protected set] |
| string | Value [get, set] |
Static Private Member Functions | |
| static | Group () |
Private Attributes | |
| readonly string< Name > | k__BackingField |