'Declaration Public Function New( _ ByVal count As Integer, _ Optional ByVal partitionLength As Integer _ )
public C1DynamicList<T>( int count, int partitionLength )
Parameters
- count
- The initial number of items in the collection
- partitionLength
- Specifies the length of the memory blocks used to store the items.