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]

ASN1 Mono.Security.ASN1.this[int index]
get

Definition at line 208 of file ASN1.cs.

209 {
210 get
211 {
212 if (this.elist != null && this.elist != null)
213 {
214 throw new InvalidCastException();
215 }
216 }
217 }
ArrayList elist
Definition ASN1.cs:271