IHash<TKey,TValue>.hash_delegate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the delegate that is used to convert a key value to an integer.
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)
Returns
UnaryDelegate<TKey,Int32>
The delegate that is used to convert a key value to an integer.
Remarks
For more information, see hash_map::hash_delegate (STL/CLR), hash_multimap::hash_delegate (STL/CLR), hash_set::hash_delegate (STL/CLR), and hash_multiset::hash_delegate (STL/CLR).
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.