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

◆ CollectionWrapper() [1/2]

Definition at line 13 of file CollectionWrapper.cs.

14 {
15 if (list == null)
16 {
18 return;
19 }
20 long num;
21 if (list != null)
22 {
23 if (list == null)
24 {
25 throw new InvalidCastException();
26 }
27 }
28 else
29 {
30 num = 0L;
31 }
33 if (list == null || list != null)
34 {
35 return;
36 }
37 throw new InvalidCastException();
38 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.L, and System.list.