We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Gets a key for the item.
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
protected abstract TKey GetKey( TItem item )
VB
Protected MustOverride Function GetKey ( item As TItem ) As TKey
F#
abstract GetKey : item : 'TItem -> 'TKey
Type: TKeyKey for the item.
OwnedCollectionBase(TOwner, TKey, TItem) ClassCodeJam.Collections Namespace