Share via


IHash<TKey,TValue>.hash_delegate Yöntem

Tanım

Anahtar değerini tamsayıya dönüştürmek için kullanılan temsilciyi döndürür.

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)

Döndürülenler

Anahtar değerini tamsayıya dönüştürmek için kullanılan temsilci.

Açıklamalar

Daha fazla bilgi için bkz. hash_map::hash_delegate (STL/CLR), hash_multimap::hash_delegate (STL/CLR), hash_set::hash_delegate (STL/CLR) ve hash_multiset::hash_delegate (STL/CLR).

Şunlara uygulanır