|
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.Match:
Collaboration diagram for System.Text.RegularExpressions.Match:Public Member Functions | |
| Match | NextMatch () |
| override string | ToString () |
Package Functions | |
| Match (Regex regex, int capcount, string text, int begpos, int len, int startpos) | |
| virtual void | Reset (Regex regex, string text, int textbeg, int textend, int textstart) |
| virtual ReadOnlySpan< char > | GroupToStringImpl (int groupnum) |
| ReadOnlySpan< char > | LastGroupToStringImpl () |
| virtual void | AddMatch (int cap, int start, int len) |
| virtual void | BalanceMatch (int cap) |
| virtual void | RemoveMatch (int cap) |
| virtual bool | IsMatched (int cap) |
| virtual int | MatchIndex (int cap) |
| virtual int | MatchLength (int cap) |
| virtual void | Tidy (int textpos) |
| Match () | |
| ReadOnlySpan< char > | GetLeftSubstring () |
| ReadOnlySpan< char > | GetRightSubstring () |
Package Attributes | |
| GroupCollection | _groupcoll |
| Regex | _regex |
| int | _textbeg |
| int | _textpos |
| int | _textend |
| int | _textstart |
| int[][] | _matches |
| int[] | _matchcount |
| bool | _balancing |
| readonly int[] | _caps |
| int | _capcount |
| CaptureCollection | _capcoll |
Static Package Attributes | |
| static readonly Group | s_emptyGroup |
Properties | |
| static Match | Empty [get, set] |
| virtual GroupCollection | Groups [get, set] |
| 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 | Match () |
Static Private Attributes | |
| static readonly Match< Empty > | k__BackingField |