共用方式為


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 命名空間