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

◆ AddingNew

Definition at line 46 of file BindingList.cs.

47 {
48 add
49 {
51 if (@delegate != null)
52 {
53 throw new InvalidCastException();
54 }
55 }
56 remove
57 {
59 if (@delegate != null)
60 {
61 throw new InvalidCastException();
62 }
63 }
64 }
class f__AnonymousType0<< Count > j__TPar