Constructor ListControlItems
ListControlItems()
Initializes a new instance of the ListControlItems<T> class.
public ListControlItems()
ListControlItems(IEnumerable<T>)
Initializes a new instance of the ListControlItems<T> class class that contains elements copied from the specified collection.
public ListControlItems(IEnumerable<T> collection)
Parameters
collection
IEnumerable<T>The collection from which the elements are copied.
ListControlItems(List<T>)
Initializes a new instance of the ListControlItems<T> class that contains elements copied from the specified list.
public ListControlItems(List<T> list)
Parameters
list
List<T>The list from which the elements are copied.