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
Loading...
Searching...
No Matches
System.Text.RegularExpressions.MatchSparse Class Reference
+ Inheritance diagram for System.Text.RegularExpressions.MatchSparse:
+ Collaboration diagram for System.Text.RegularExpressions.MatchSparse:

Public Member Functions

Match NextMatch ()
 
override string ToString ()
 

Package Functions

 MatchSparse (Regex regex, Hashtable caps, 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)
 
ReadOnlySpan< char > GetLeftSubstring ()
 
ReadOnlySpan< char > GetRightSubstring ()
 

Package Attributes

new readonly Hashtable _caps
 
GroupCollection _groupcoll
 
Regex _regex
 
int _textbeg
 
int _textpos
 
int _textend
 
int _textstart
 
int[][] _matches
 
int[] _matchcount
 
bool _balancing
 
int _capcount
 
CaptureCollection _capcoll
 

Static Package Attributes

static readonly Group s_emptyGroup
 

Properties

override GroupCollection Groups [get, set]
 
static Match Empty [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 Attributes

static readonly Match< Emptyk__BackingField
 

Detailed Description

Definition at line 9 of file MatchSparse.cs.


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