[]
Initializes a new instance of the C1LengthList<T> class.
public C1LengthList(int count, double defaultLength, int partitionLength = 1000)
Public Sub New(count As Integer, defaultLength As Double, Optional partitionLength As Integer = 1000)
| Type | Name | Description |
|---|---|---|
| int | count | The number of items. |
| double | defaultLength | The default length of every item. |
| int | partitionLength | Specifies the length of the memory blocks used to store the items. |