バージョン

SparseArray コンストラクタ(Boolean,Int32,Single)

SparseArray クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Protected Function New( _
   ByVal manageScrollCounts As Boolean, _
   ByVal factor As Integer, _
   ByVal growthFactor As Single _
)
protected SparseArray( 
   bool manageScrollCounts,
   int factor,
   float growthFactor
)

パラメータ

manageScrollCounts
スクロール数および位置を維持するかどうかを指定します。
factor
配列がどのように増加するかを決定する数。
growthFactor
有効範囲は、0f~1f (両端の値は除く)。
参照