Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AddNew() [1/2]

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

Implements System.ComponentModel.IBindingList.

Definition at line 336 of file BindingList.cs.

337 {
338 return (T)((IBindingList)this).AddNew();
339 }