SynchronizedKeyedCollection<K,T>.GetKeyForItem(T) Method

Definition

When overridden in a derived class, gets the key for a specified item.

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

Parameters

item
T

The item of type T whose key is being retrieved.

Returns

K

The key of type K for the specified item of type T.

Applies to