-
Notifications
You must be signed in to change notification settings - Fork 36
Overload_CodeJam_Collections_OwnedCollection_Create
Andrew Koryavchenko edited this page Jul 4, 2017
·
1 revision
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. |