Skip to content

Methods_T_CodeJam_Collections_LazyDictionary

andrewvk edited this page Mar 24, 2016 · 4 revisions

LazyDictionary Methods

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

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

See Also

Reference

LazyDictionary Class
CodeJam.Collections Namespace

Clone this wiki locally