[]
        
(Showing Draft Content)

C1.DataCollection.C1DynamicList-1.-ctor

C1DynamicList Constructor

C1DynamicList()

Initializes a new instance of the C1DynamicList<T> class.

Declaration
public C1DynamicList()

C1DynamicList(int, int)

Initializes a new instance of the C1DynamicList<T> class.

Declaration
public C1DynamicList(int count, int partitionLength = 1000)
Parameters
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.