We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Sets the owner of the item.
Namespace: CodeJam.CollectionsAssembly: 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, TKey, TItem) ClassCodeJam.Collections Namespace