Freigeben über


ExpandSegmentCollection-Konstruktor (Int32)

Initialisiert eine neue leere Auflistung von Erweiterungssegmenten, die über die angegebene Standardkapazität verfügt.

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
)

Parameter

  • capacity
    Typ: System.Int32
    Die Zahl von Erweiterungssegmenten, die die neue Auflistung anfänglich speichern kann.

Siehe auch

Verweis

ExpandSegmentCollection Klasse

ExpandSegmentCollection-Überladung

System.Data.Services-Namespace