Skip to content

Overload_CodeJam_Collections_LazyDictionary_Create

andrewvk edited this page Mar 24, 2016 · 4 revisions

LazyDictionary.Create Method

[This is preliminary documentation and is subject to change.]

Overload List

 

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), IEqualityComparer(TKey), Boolean) Creates implementation of ILazyDictionary(TKey, TValue).
  Back to Top

See Also

Reference

LazyDictionary Class
CodeJam.Collections Namespace

Clone this wiki locally