'宣言 Public Function New( _ ByVal count As System.Integer, _ ByVal defaultLength As System.Double, _ Optional ByVal partitionLength As System.Integer _ )
public C1LengthList( System.int count, System.double defaultLength, System.int partitionLength )
パラメータ
- 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.