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