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() [1/2]

T System.ComponentModel.BindingList< T >.AddNew ( )
inline

Implements System.ComponentModel.IBindingList.

Definition at line 171 of file BindingList.cs.

172 {
173 while (this != null)
174 {
175 if (this == null)
176 {
177 throw new InvalidCastException();
178 }
179 }
180 }