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

◆ this[int i]

virtual Match System.Text.RegularExpressions.MatchCollection.this[int i]
get

Definition at line 50 of file MatchCollection.cs.

51 {
52 get
53 {
54 Match match;
55 do
56 {
57 match = this.GetMatch(i);
58 }
59 while (match == null);
60 return match;
61 }
62 }