-
Notifications
You must be signed in to change notification settings - Fork 36
Methods_T_CodeJam_Collections_LazyDictionary
andrewvk edited this page Nov 5, 2016
·
4 revisions
Name | Description | |
---|---|---|
![]() ![]() |
Create(TKey, TValue)(Func(TKey, TValue), Boolean) | Creates implementation of ILazyDictionary(TKey, TValue). |
![]() ![]() |
Create(TKey, TValue)(Func(TKey, TValue), LazyThreadSafetyMode) | Creates implementation of ILazyDictionary(TKey, TValue). |
![]() ![]() |
Create(TKey, TValue)(Func(TKey, TValue), IEqualityComparer(TKey), Boolean) | Creates implementation of ILazyDictionary(TKey, TValue). |
![]() ![]() |
Create(TKey, TValue)(Func(TKey, TValue), IEqualityComparer(TKey), LazyThreadSafetyMode) | Creates implementation of ILazyDictionary(TKey, TValue). |