Skip to content

M_CodeJam_Threading_ExecSyncConcurrentLazyDictionary_2__ctor_1

Andrew Koryavchenko edited this page Jun 17, 2018 · 3 revisions

ExecSyncConcurrentLazyDictionary(TKey, TValue) Constructor (Func(TKey, TValue), IEqualityComparer(TKey))

Initialize instance.

Namespace: CodeJam.Threading
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public ExecSyncConcurrentLazyDictionary(
	Func<TKey, TValue> valueFactory,
	IEqualityComparer<TKey> comparer
)

VB

Public Sub New ( 
	valueFactory As Func(Of TKey, TValue),
	comparer As IEqualityComparer(Of TKey)
)

F#

new : 
        valueFactory : Func<'TKey, 'TValue> * 
        comparer : IEqualityComparer<'TKey> -> ExecSyncConcurrentLazyDictionary

Parameters

 

valueFactory
Type: System.Func(TKey, TValue)
Function to create value on demand.
comparer
Type: System.Collections.Generic.IEqualityComparer(TKey)
Key comparer.

See Also

Reference

ExecSyncConcurrentLazyDictionary(TKey, TValue) Class
ExecSyncConcurrentLazyDictionary(TKey, TValue) Overload
CodeJam.Threading Namespace

Clone this wiki locally