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]

string System.Collections.Specialized.StringCollection.this[int index]
getset

Implements System.Collections.IList.

Definition at line 10 of file StringCollection.cs.

11 {
12 get
13 {
14 if (this.data != null)
15 {
16 }
17 throw new InvalidCastException();
18 }
19 set
20 {
21 ArrayList arrayList = this.data;
22 }
23 }
class f__AnonymousType0<< Count > j__TPar