-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Collections_OwnedCollection
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
Factory methods for the owned collections.
System.Object
CodeJam.Collections.OwnedCollection
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static class OwnedCollection
VB
Public NotInheritable Class OwnedCollection
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type OwnedCollection = class end
Name | Description | |
---|---|---|
Create(TOwner, TItem)(TOwner, Func(TItem, TOwner), Action(TItem, TOwner)) | Creates a new instance of the OwnedCollection(TOwner, TItem) class. | |
Create(TOwner, TKey, TItem)(TOwner, Func(TItem, TOwner), Action(TItem, TOwner), Func(TItem, TKey)) | Creates a new instance of the OwnedCollection(TOwner, TKey, TItem) class. |