Skip to content

P_CodeJam_Collections_OwnedCollectionBase_2_Owner

Andrew Koryavchenko edited this page Jun 17, 2018 · 2 revisions

OwnedCollectionBase(TOwner, TItem).Owner Property

Gets owner for the collection.

Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

protected TOwner Owner { get; }

VB

Protected ReadOnly Property Owner As TOwner
	Get

F#

member Owner : 'TOwner with get

Property Value

Type: TOwner
The owner for the collection.

See Also

Reference

OwnedCollectionBase(TOwner, TItem) Class
CodeJam.Collections Namespace

Clone this wiki locally