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