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 형식의 키입니다.

적용 대상