Blazor コントロール
C1LengthList コンストラクタ

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1LengthList クラス : C1LengthList コンストラクタ
The number of items.
The default length of every item.
Specifies the length of the memory blocks used to store the items.
Initializes a new instance of the C1LengthList<T> class.
シンタックス
'宣言
 
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.
参照

C1LengthList クラス
C1LengthList メンバ