[]
Initializes a new instance of the SortableBindingList<T> class.
public SortableBindingList()
Public Sub New()
Initializes a new instance of the SortableBindingList<T> class.
public SortableBindingList(IList<T> list)
Public Sub New(list As IList(Of T))
| Type | Name | Description |
|---|---|---|
| IList<T> | list | An IList<T> of items to be contained in the BindingList<T>. |