IHash<TKey,TValue>.rehash(Int32) Metoda

Definicja

Przebudowuje tabelę mieszania.

public:
 void rehash(int _Buckets);
public void rehash (int _Buckets);
abstract member rehash : int -> unit
Public Sub rehash (_Buckets As Integer)

Parametry

_Buckets
Int32

Liczba zasobników dla tabeli skrótów.

Uwagi

Aby uzyskać więcej informacji, zobacz hash_map::rehash (STL/CLR), hash_multimap::rehash (STL/CLR), hash_set::rehash (STL/CLR) i hash_multiset::rehash (STL/CLR).

Dotyczy