IHash<TKey,TValue>.hash_delegate 메서드

정의

키 값을 정수로 변환하는 데 사용되는 대리자를 반환합니다.

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)

반품

키 값을 정수로 변환하는 데 사용되는 대리자입니다.

설명

자세한 내용은 hash_map::hash_delegate(STL/CLR), hash_multimap::hash_delegate(STL/CLR),hash_set::hash_delegate(STL/CLR)hash_multiset::hash_delegate(STL/CLR)를 참조하세요.

적용 대상