-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Collections_LazyDictionary
Andrew Koryavchenko edited this page Jul 4, 2017
·
8 revisions
Provides static methods for ILazyDictionary(TKey, TValue).
System.Object
CodeJam.Collections.LazyDictionary
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static class LazyDictionary
VB
Public NotInheritable Class LazyDictionary
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type LazyDictionary = class end
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). |