| BigListT Constructor |
| Name | Description | |
|---|---|---|
| BigListT |
Initializes a new instance of the BigList.
| |
| BigListT(IEnumerableT) |
Initializes a new instance of the BigList with elements from the specified collection.
| |
| BigListT(Int64) |
Initializes a new instance of the BigList with specified capacity.
| |
| BigListT(IEnumerableT, Int64) |
Initialize a new big list with a collection and known size.
|