IHash<TKey,TValue>.rehash(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.
Régénère la table de hachage.
public:
void rehash(int _Buckets);
public void rehash (int _Buckets);
abstract member rehash : int -> unit
Public Sub rehash (_Buckets As Integer)
Paramètres
- _Buckets
- Int32
Nombre de compartiments pour la table de hachage.
Remarques
Pour plus d’informations, consultez hash_map ::rehash (STL/CLR),hash_multimap ::rehash (STL/CLR),hash_set ::rehash (STL/CLR) et hash_multiset ::rehash (STL/CLR).
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.