Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ MatchSparse()

System.Text.RegularExpressions.MatchSparse.MatchSparse ( Regex regex,
Hashtable caps,
int capcount,
string text,
int begpos,
int len,
int startpos )
inlinepackage

Definition at line 11 of file MatchSparse.cs.

12 : base(regex, capcount, text, begpos, len, startpos)
13 {
14 _caps = caps;
15 }

References System.Text.RegularExpressions.MatchSparse._caps.