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