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

Definitie

Hiermee wordt de hash-tabel opnieuw opgebouwd.

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

Parameters

_Buckets
Int32

Het aantal buckets voor de hash-tabel.

Opmerkingen

Zie hash_map::rehash (STL/CLR), hash_multimap::rehash (STL/CLR), hash_set::rehash (STL/CLR) en hash_multiset::rehash (STL/CLR).

Van toepassing op