We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When implemented in a derived class, extracts the key from the specified element.
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
protected override sealed TKey GetKeyForItem( TItem item )
VB
Protected Overrides NotOverridable Function GetKeyForItem ( item As TItem ) As TKey
F#
abstract GetKeyForItem : item : 'TItem -> 'TKey override GetKeyForItem : item : 'TItem -> 'TKey
Type: TKeyThe key for the specified element.
OwnedCollectionBase(TOwner, TKey, TItem) ClassCodeJam.Collections Namespace