-
Notifications
You must be signed in to change notification settings - Fork 36
Overload_CodeJam_Collections_LazyDictionary_2__ctor
Andrew Koryavchenko edited this page Jul 4, 2017
·
5 revisions
Name | Description | |
---|---|---|
![]() ![]() |
LazyDictionary(TKey, TValue)(Func(TKey, TValue)) | Initialize instance. |
![]() ![]() |
LazyDictionary(TKey, TValue)(Func(TKey, TValue), IEqualityComparer(TKey)) | Initialize instance. |
LazyDictionary(TKey, TValue) Class
CodeJam.Collections Namespace