Dictionary<TKey,TValue>.EnsureCapacity(Int32) Methode

Definition

Stellt sicher, dass das Wörterbuch ohne weitere Erweiterung seines Sicherungsspeichers Einträge bis zu einer bestimmten Anzahl aufnehmen 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 Anzahl der Einträge.

Gibt zurück

Die aktuelle Kapazität von Dictionary<TKey,TValue>.

Ausnahmen

capacity ist kleiner als 0.

Gilt für: