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 index] [1/2]

Group IList<Group>. System.Text.RegularExpressions.GroupCollection.this[int index]
getsetprivate

Implements System.Collections.Generic.IList< T >.

Definition at line 254 of file GroupCollection.cs.

255 {
256 get
257 {
258 return this.GetGroup(index);
259 }
260 set
261 {
262 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
263 }
264 }