BindingList<T> Constructor
.NET Framework (current version)
Initializes a new instance of the BindingList<T> class.
Assembly: System (in System.dll)
| 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. |
Show:
