We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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