- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
M_CodeJam_Threading_ExecSyncConcurrentLazyDictionary_2__ctor
        Andrew Koryavchenko edited this page Jul 4, 2017 
        ·
        3 revisions
      
    Initialize instance.
Namespace: CodeJam.Threading
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public ExecSyncConcurrentLazyDictionary(
	Func<TKey, TValue> valueFactory
)VB
Public Sub New ( 
	valueFactory As Func(Of TKey, TValue)
)F#
new : 
        valueFactory : Func<'TKey, 'TValue> -> ExecSyncConcurrentLazyDictionary
- valueFactory
 - Type: System.Func(TKey, TValue)
Function to create value on demand. 
ExecSyncConcurrentLazyDictionary(TKey, TValue) Class
ExecSyncConcurrentLazyDictionary(TKey, TValue) Overload
CodeJam.Threading Namespace