- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_Collections_OwnedCollection_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 override void SetOwner(
	TItem item,
	TOwner owner
)VB
Protected Overrides Sub SetOwner ( 
	item As TItem,
	owner As TOwner
)F#
abstract SetOwner : 
        item : 'TItem * 
        owner : 'TOwner -> unit 
override SetOwner : 
        item : 'TItem * 
        owner : 'TOwner -> unit 
OwnedCollection(TOwner, TItem) Class
CodeJam.Collections Namespace