[]
Initializes a new instance of the C1DynamicList<T> class.
public C1DynamicList()
Initializes a new instance of the C1DynamicList<T> class.
public C1DynamicList(int count, int partitionLength = 1000)
Type | Name | Description |
---|---|---|
int | count | The initial number of items in the collection |
int | partitionLength | Specifies the length of the memory blocks used to store the items. |