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

◆ LastGroupToStringImpl()

ReadOnlyMemory< char > System.Text.RegularExpressions.Match.LastGroupToStringImpl ( )
inlinepackageinherited

Definition at line 95 of file Match.cs.

96 {
97 return GroupToStringImpl(_matchcount.Length - 1);
98 }
ReadOnlyMemory< char > GroupToStringImpl(int groupnum)
Definition Match.cs:84

References System.Text.RegularExpressions.Match._matchcount, and System.Text.RegularExpressions.Match.GroupToStringImpl().