'Declaration
Public Function New( _ ByVal count As Integer, _ ByVal defaultLength As Double, _ Optional ByVal partitionLength As Integer _ )
public C1LengthList( int count, double defaultLength, int partitionLength )
Parameters
- count
- The number of items.
- defaultLength
- The default length of every item.
- partitionLength
- Specifies the length of the memory blocks used to store the items.