| CollectionBaseT Constructor |
| Name | Description | |
|---|---|---|
| CollectionBaseT |
Creates an empty list
| |
| CollectionBaseT(IEnumerableT) |
Creates an empty list and copies the collection
| |
| CollectionBaseT(IListT) |
References and wraps the existing list
| |
| CollectionBaseT(Int32) |
Creates an empty list
|