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

◆ AddNewCore()

virtual object System.ComponentModel.BindingList< T >.AddNewCore ( )
inlineprotectedvirtual

Definition at line 223 of file BindingList.cs.

224 {
225 object obj;
226 if (this == null)
227 {
228 Type type;
229 obj = global::System.SecurityUtils.SecureCreateInstance(type);
230 }
231 if (obj != null && obj == null)
232 {
233 throw new InvalidCastException();
234 }
235 return obj;
236 }

References System.obj.