Dictionary<TKey,TValue>.EnsureCapacity(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Garantit que le dictionnaire peut contenir jusqu’à un nombre spécifié d’entrées sans nécessiter d’expansion de son stockage.
public:
int EnsureCapacity(int capacity);
public int EnsureCapacity (int capacity);
member this.EnsureCapacity : int -> int
Public Function EnsureCapacity (capacity As Integer) As Integer
Paramètres
- capacity
- Int32
Nombre d’entrées.
Retours
La capacité actuelle du Dictionary<TKey,TValue>.
Exceptions
capacity
est inférieur à 0.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.