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

◆ AddNew() [2/2]

object IBindingList. System.ComponentModel.BindingList< T >.AddNew ( )
inlineprivate

Implements System.ComponentModel.IBindingList.

Definition at line 183 of file BindingList.cs.

184 {
185 if (this == null || this != null)
186 {
187 }
188 throw new InvalidCastException();
189 }