We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Gets the owner of the item.
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
protected abstract TOwner GetOwner( TItem item )
VB
Protected MustOverride Function GetOwner ( item As TItem ) As TOwner
F#
abstract GetOwner : item : 'TItem -> 'TOwner
Type: TOwnerOwner of the item.
OwnedCollectionBase(TOwner, TKey, TItem) ClassCodeJam.Collections Namespace