We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Initializes a new instance of the OwnedCollection(TOwner, TItem) class.
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
protected OwnedCollectionBase( TOwner owner )
VB
Protected Sub New ( owner As TOwner )
F#
new : owner : 'TOwner -> OwnedCollectionBase
OwnedCollectionBase(TOwner, TKey, TItem) ClassCodeJam.Collections Namespace