Skip to content

M_CodeJam_Collections_OwnedCollectionBase_3__ctor

Andrew Koryavchenko edited this page Jul 4, 2017 · 2 revisions

OwnedCollectionBase(TOwner, TKey, TItem) Constructor

Initializes a new instance of the OwnedCollection(TOwner, TItem) class.

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

Syntax

C#

protected OwnedCollectionBase(
	TOwner owner
)

VB

Protected Sub New ( 
	owner As TOwner
)

F#

new : 
        owner : 'TOwner -> OwnedCollectionBase

Parameters

 

owner
Type: TOwner
The owner for the collection.

See Also

Reference

OwnedCollectionBase(TOwner, TKey, TItem) Class
CodeJam.Collections Namespace

Clone this wiki locally