| BigListT Constructor |
| Name | Description | |
|---|---|---|
| BigListT |
Creates a new BigList. The BigList is initially empty.
| |
| BigListT(IEnumerableT) |
Creates a new BigList initialized with the items from collection, in order.
| |
| BigListT(BigListT) |
Creates a new BigList that is a copy of list.
| |
| BigListT(IEnumerableT, Int32) |
Creates a new BigList initialized with a given number of copies of the items from collection, in order.
| |
| BigListT(BigListT, Int32) |
Creates a new BigList that is several copies of list.
|