The constructors of System.Collections.Generic.List<T> are listed below. For a list of all members, see the List<T> Members list.
See Also: Inherited members from System.Object
List() | Initializes a new list that is empty and has the default initial capacity. | |
Initializes a new list with elements copied from the specified collection, ensuring that the list has sufficient capacity to accommodate the number of elements copied. | ||
Initializes a new list that is empty and has the specified initial capacity. |