IHash<TKey,TValue>.hash_delegate 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回用於將索引鍵值轉換成整數的委派。
public:
Microsoft::VisualC::StlClr::UnaryDelegate<TKey, int> ^ hash_delegate();
public Microsoft.VisualC.StlClr.UnaryDelegate<TKey,int> hash_delegate ();
abstract member hash_delegate : unit -> Microsoft.VisualC.StlClr.UnaryDelegate<'Key, int>
Public Function hash_delegate () As UnaryDelegate(Of TKey, Integer)
傳回
UnaryDelegate<TKey,Int32>
用於將索引鍵值轉換成整數的委派。
備註
如需詳細資訊,請參閱 hash_map::hash_delegate (STL/CLR) 、hash_multimap::hash_delegate (STL/CLR ) 、hash_set::hash_delegate (STL/CLR ) 和 hash_multiset::hash_delegate (STL/CLR) 。