IHash<TKey,TValue>.hash_delegate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne le délégué utilisé pour convertir une valeur de clé en entier.
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)
Retours
Délégué utilisé pour convertir une valeur de clé en entier.
Remarques
Pour plus d’informations, consultez hash_map ::hash_delegate (STL/CLR),hash_multimap ::hash_delegate (STL/CLR),hash_set ::hash_delegate (STL/CLR) et hash_multiset ::hash_delegate (STL/CLR).