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 owner for the collection.
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
protected TOwner Owner { get; }
VB
Protected ReadOnly Property Owner As TOwner Get
F#
member Owner : 'TOwner with get
Type: TOwnerThe owner for the collection.
OwnedCollectionBase(TOwner, TItem) ClassCodeJam.Collections Namespace