IHash<TKey,TValue>.rehash(Int32) Método

Definição

Recria a tabela de hash.

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

Parâmetros

_Buckets
Int32

O número de buckets para a tabela de hash.

Comentários

Para obter mais informações, consulte hash_map::rehash (STL/CLR),hash_multimap::rehash (STL/CLR),hash_set::rehash (STL/CLR) e hash_multiset::rehash (STL/CLR).

Aplica-se a