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

◆ ListChanged

Implements System.ComponentModel.IBindingList.

Definition at line 79 of file BindingList.cs.

80 {
81 add
82 {
84 if (@delegate != null)
85 {
86 throw new InvalidCastException();
87 }
88 }
89 remove
90 {
92 if (@delegate != null)
93 {
94 throw new InvalidCastException();
95 }
96 }
97 }
class f__AnonymousType0<< Count > j__TPar