-
Couldn't load subscription status.
- Fork 35
Methods_T_CodeJam_Collections_OwnedCollection
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. |
