Skip to content

M_CodeJam_Collections_OwnedCollection_3_GetOwner

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

OwnedCollection(TOwner, TKey, TItem).GetOwner Method

Gets the owner of the item.

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

Syntax

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 

Parameters

 

item
Type: TItem
The item.

Return Value

Type: TOwner
Owner of the item.

See Also

Reference

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

Clone this wiki locally