ExpandSegmentCollection Constructor (Int32)

Initializes a new collection of expand segments that is empty and has the specified initial capacity.

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Sub New ( _
    capacity As Integer _
)
'Usage
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
)

Parameters

  • capacity
    Type: System.Int32
    The number of expand segments that the new collection can initially store.

See Also

Reference

ExpandSegmentCollection Class

ExpandSegmentCollection Overload

System.Data.Services Namespace