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

Definizione

Ricostruisce la tabella hash.

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

Parametri

_Buckets
Int32

Numero di bucket per la tabella hash.

Commenti

Per altre informazioni, vedere hash_map::rehash (STL/CLR),hash_multimap::rehash (STL/CLR),hash_set::rehash (STL/CLR) e hash_multiset::rehash (STL/CLR).

Si applica a