IHash<TKey,TValue>.hash_delegate 方法

定义

返回用于将键值转换为整数的委托。

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)

返回

用于将键值转换为整数的委托。

注解

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

适用于