IHash<TKey,TValue>.hash_delegate Método

Definição

Retorna o delegado usado para converter um valor de chave em um inteiro.

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)

Retornos

O delegado usado para converter um valor de chave em um inteiro.

Comentários

Para obter mais informações, consulte hash_map::hash_delegate (STL/CLR),hash_multimap::hash_delegate (STL/CLR),hash_set::hash_delegate (STL/CLR) e hash_multiset::hash_delegate (STL/CLR).

Aplica-se a