次の方法で共有


ExpandSegmentCollection コンストラクター (Int32)

指定した初期容量を持つ空の展開セグメントの新しいコレクションを初期化します。

名前空間:  System.Data.Services
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
Public Sub New ( _
    capacity As Integer _
)
'使用
Dim capacity As Integer

Dim instance As New ExpandSegmentCollection(capacity)
public ExpandSegmentCollection(
    int capacity
)
public:
ExpandSegmentCollection(
    int capacity
)
new : 
        capacity:int -> ExpandSegmentCollection
public function ExpandSegmentCollection(
    capacity : int
)

パラメーター

  • capacity
    型: System.Int32
    新しいコレクションが初期状態で格納できる展開セグメントの数。

関連項目

参照

ExpandSegmentCollection クラス

ExpandSegmentCollection オーバーロード

System.Data.Services 名前空間