There was an error while loading. Please reload this page.
Initialize instance.
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public LazyDictionary( Func<TKey, TValue> valueFactory )
VB
Public Sub New ( valueFactory As Func(Of TKey, TValue) )
F#
new : valueFactory : Func<'TKey, 'TValue> -> LazyDictionary
LazyDictionary(TKey, TValue) ClassLazyDictionary(TKey, TValue) OverloadCodeJam.Collections Namespace