Skip to content

M_CodeJam_Collections_OwnedCollectionBase_3_SetOwner

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

OwnedCollectionBase(TOwner, TKey, TItem).SetOwner Method

Sets the owner of the item.

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

Syntax

C#

protected abstract void SetOwner(
	TItem item,
	TOwner owner
)

VB

Protected MustOverride Sub SetOwner ( 
	item As TItem,
	owner As TOwner
)

F#

abstract SetOwner : 
        item : 'TItem * 
        owner : 'TOwner -> unit 

Parameters

 

item
Type: TItem
The item.
owner
Type: TOwner
The owner of the item.

See Also

Reference

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

Clone this wiki locally