terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Tidy()

virtual void System.Text.RegularExpressions.Match.Tidy ( int textpos)
inlinepackagevirtual

Definition at line 242 of file Match.cs.

243 {
244 int[][] matches = this._matches;
245 int[] matchcount = this._matchcount;
246 bool balancing = this._balancing;
248 if (balancing)
249 {
250 return;
251 }
252 }
class f__AnonymousType0<< Count > j__TPar

References System.Text.RegularExpressions.Match._balancing, System.Text.RegularExpressions.Match._matchcount, System.Text.RegularExpressions.Match._matches, and j__TPar.