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

◆ MoveNext()

bool System.Text.RegularExpressions.MatchCollection.Enumerator.MoveNext ( )
inline

Implements System.Collections.IEnumerator.

Definition at line 349 of file MatchCollection.cs.

350 {
351 for (;;)
352 {
353 int index = this._index;
354 Match match;
355 if (match != null)
356 {
357 return;
358 }
359 }
360 }

References System.Text.RegularExpressions.MatchCollection.Enumerator._index, System.index, and System.match.