-
Couldn't load subscription status.
- Fork 35
P_CodeJam_Collections_OwnedCollectionBase_2_Owner
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
Gets owner for the collection.
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
protected TOwner Owner { get; }VB
Protected ReadOnly Property Owner As TOwner
GetF#
member Owner : 'TOwner with get
Type: TOwner
The owner for the collection.
OwnedCollectionBase(TOwner, TItem) Class
CodeJam.Collections Namespace