IHash<TKey,TValue>.rehash(Int32) 方法

定义

重新生成哈希表。

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

参数

_Buckets
Int32

哈希表的存储桶数。

注解

有关详细信息,请参阅 hash_map::rehash (STL/CLR) hash_multimap::rehash (STL/CLR) hash_set::rehash (STL/CLR) hash_multiset::rehash (STL/CLR)

适用于