[]
        
(Showing Draft Content)

C1.DataCollection.C1LengthList-1.-ctor

C1LengthList Constructor

C1LengthList(int, T, int)

Initializes a new instance of the C1LengthList class.

Declaration
public C1LengthList(int count, T defaultLength, int partitionLength = 1000)
Public Sub New(count As Integer, defaultLength As T, Optional partitionLength As Integer = 1000)
Parameters
Type Name Description
int count

The number of items.

T defaultLength

The default length of every item.

int partitionLength

Specifies the length of the memory blocks used to store the items.