-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Collections_OwnedCollection_3_GetKey
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
Gets a key for the item.
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
protected override TKey GetKey(
TItem item
)
VB
Protected Overrides Function GetKey (
item As TItem
) As TKey
F#
abstract GetKey :
item : 'TItem -> 'TKey
override GetKey :
item : 'TItem -> 'TKey
- item
- Type: TItem
The item.
Type: TKey
Key for the item.
OwnedCollection(TOwner, TKey, TItem) Class
CodeJam.Collections Namespace