We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Initializes a new instance of the OwnedCollection(TOwner, TItem) class.
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public OwnedCollection( TOwner owner, Func<TItem, TOwner> ownerGetter, Action<TItem, TOwner> ownerSetter )
VB
Public Sub New ( owner As TOwner, ownerGetter As Func(Of TItem, TOwner), ownerSetter As Action(Of TItem, TOwner) )
F#
new : owner : 'TOwner * ownerGetter : Func<'TItem, 'TOwner> * ownerSetter : Action<'TItem, 'TOwner> -> OwnedCollection
OwnedCollection(TOwner, TItem) ClassCodeJam.Collections Namespace