HashSet<T>.EnsureCapacity(Int32) Methode

Definition

Stellt sicher, dass dieser Hashsatz die angegebene Anzahl von Elementen ohne weitere Erweiterung des Sicherungsspeichers enthalten kann.

public:
 int EnsureCapacity(int capacity);
public int EnsureCapacity (int capacity);
member this.EnsureCapacity : int -> int
Public Function EnsureCapacity (capacity As Integer) As Integer

Parameter

capacity
Int32

Die Mindestkapazität, die gewährleistet sein muss.

Gibt zurück

Die neue Kapazität dieser Instanz.

Ausnahmen

capacity ist kleiner als Null.

Gilt für: