BindingList<T> Constructor
.NET Framework 4
Initializes a new instance of the BindingList<T> class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
BindingList<T>() | Initializes a new instance of the BindingList<T> class using default values. |
|
BindingList<T>(IList<T>) | Initializes a new instance of the BindingList<T> class with the specified list. |