BindingList<T> Constructor ()
.NET Framework (current version)
Initializes a new instance of the BindingList<T> class using default values.
Assembly: System (in System.dll)
The following table shows initial property values for an instance of BindingList<T> class.
Property | Initial Value |
|---|---|
true | |
true if the list type has a default constructor; otherwise, false. | |
true | |
true |
The following code example demonstrates how to construct a new BindingList<T>. For the complete example, see the BindingList<T> class overview topic.
.NET Framework
Available since 2.0
Available since 2.0
Show: