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