Skip to content

T_CodeJam_Collections_LazyDictionary

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

LazyDictionary Class

Provides static methods for ILazyDictionary(TKey, TValue).

Inheritance Hierarchy

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

Syntax

C#

public static class LazyDictionary

VB

Public NotInheritable Class LazyDictionary

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type LazyDictionary =  class end

Methods

 

Name Description
Public methodStatic member Create(TKey, TValue)(Func(TKey, TValue), Boolean) Creates implementation of ILazyDictionary(TKey, TValue).
Public methodStatic member Create(TKey, TValue)(Func(TKey, TValue), LazyThreadSafetyMode) Creates implementation of ILazyDictionary(TKey, TValue).
Public methodStatic member Create(TKey, TValue)(Func(TKey, TValue), IEqualityComparer(TKey), Boolean) Creates implementation of ILazyDictionary(TKey, TValue).
Public methodStatic member Create(TKey, TValue)(Func(TKey, TValue), IEqualityComparer(TKey), LazyThreadSafetyMode) Creates implementation of ILazyDictionary(TKey, TValue).
  Back to Top

See Also

Reference

CodeJam.Collections Namespace

Clone this wiki locally