IHash<TKey,TValue>.hash_delegate Método

Definición

Devuelve el delegado que se usa para convertir un valor de clave en un entero.

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)

Devoluciones

Delegado que se usa para convertir un valor de clave en un entero.

Comentarios

Para obtener más información, vea hash_map::hash_delegate (STL/CLR),hash_multimap::hash_delegate (STL/CLR),hash_set::hash_delegate (STL/CLR) y hash_multiset::hash_delegate (STL/CLR).

Se aplica a