Bagikan melalui


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

Definisi

Membangun kembali tabel hash.

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

Parameter

_Buckets
Int32

Jumlah wadah untuk tabel hash.

Keterangan

Untuk informasi selengkapnya, lihat hash_map::rehash (STL/CLR), hash_multimap::rehash (STL/CLR), hash_set::rehash (STL/CLR), dan hash_multiset::rehash (STL/CLR).

Berlaku untuk