SynchronizedKeyedCollection<K,T>.GetKeyForItem(T) 메서드

정의

파생 클래스에서 재정의되는 경우 지정된 항목의 키를 가져옵니다.

protected:
 abstract K GetKeyForItem(T item);
protected abstract K GetKeyForItem(T item);
abstract member GetKeyForItem : 'T -> 'K
Protected MustOverride Function GetKeyForItem (item As T) As K

매개 변수

item
T

키를 검색할 T 형식의 항목입니다.

반품

K

지정된 item T 형식에 대한 K 형식의 키입니다.

적용 대상