Skip to content

M_CodeJam_Collections_LazyDictionary_2__ctor

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

LazyDictionary(TKey, TValue) Constructor (Func(TKey, TValue))

Initialize instance.

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

Syntax

C#

public LazyDictionary(
	Func<TKey, TValue> valueFactory
)

VB

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

F#

new : 
        valueFactory : Func<'TKey, 'TValue> -> LazyDictionary

Parameters

 

valueFactory
Type: System.Func(TKey, TValue)
Function to create value on demand.

See Also

Reference

LazyDictionary(TKey, TValue) Class
LazyDictionary(TKey, TValue) Overload
CodeJam.Collections Namespace

Clone this wiki locally