-
Couldn't load subscription status.
- Fork 35
M_CodeJam_Collections_OwnedCollectionBase_2_SetOwner
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
Sets the owner of the item.
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
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
OwnedCollectionBase(TOwner, TItem) Class
CodeJam.Collections Namespace