Skip to content

M_CodeJam_Collections_OwnedCollectionBase_3_GetKey

Andrew Koryavchenko edited this page Jun 17, 2018 · 2 revisions

OwnedCollectionBase(TOwner, TKey, TItem).GetKey Method

Gets a key for the item.

Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

protected abstract TKey GetKey(
	TItem item
)

VB

Protected MustOverride Function GetKey ( 
	item As TItem
) As TKey

F#

abstract GetKey : 
        item : 'TItem -> 'TKey 

Parameters

 

item
Type: TItem
The item.

Return Value

Type: TKey
Key for the item.

See Also

Reference

OwnedCollectionBase(TOwner, TKey, TItem) Class
CodeJam.Collections Namespace

Clone this wiki locally