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

Definition

Rebuilds the hash table.

C#
public void rehash(int _Buckets);

Parameters

_Buckets
Int32

The number of buckets for the hash table.

Remarks

For more information, see hash_map::rehash (STL/CLR), hash_multimap::rehash (STL/CLR), hash_set::rehash (STL/CLR), and hash_multiset::rehash (STL/CLR).

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1