-
Couldn't load subscription status.
- Fork 35
M_CodeJam_Collections_OwnedCollectionBase_2__ctor
Andrew Koryavchenko edited this page Jul 4, 2017
·
2 revisions
Initializes a new instance of the OwnedCollectionBase(TOwner, TItem) class.
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
protected OwnedCollectionBase(
TOwner owner
)VB
Protected Sub New (
owner As TOwner
)F#
new :
owner : 'TOwner -> OwnedCollectionBase
- owner
- Type: TOwner
The owner for the collection.
OwnedCollectionBase(TOwner, TItem) Class
CodeJam.Collections Namespace