IHash<TKey,TValue>.hash_delegate Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce il delegato utilizzato per convertire un valore chiave in un intero.
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)
Restituisce
Delegato utilizzato per convertire un valore chiave in un intero.
Commenti
Per altre informazioni, vedere 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).