-
Notifications
You must be signed in to change notification settings - Fork 36
N_CodeJam_Collections
andrewvk edited this page Mar 24, 2016
·
14 revisions
[This is preliminary documentation and is subject to change.]
[Missing
Class | Description | |
---|---|---|
![]() |
Array(T) | Array type extensions. |
![]() |
ArrayExtensions | Array class extensions. |
![]() |
CollectionExtensions | Various collections extensions. |
![]() |
DictionaryExtensions | Extensions for IDictionary(TKey, TValue) |
![]() |
EnumerableExtensions | Extensions for IEnumerable(T) |
![]() |
KeyEqualityComparer(T, TKey) | An implementation of the IEqualityComparer(T) interface for compare values by comparing their extracted key values. |
![]() |
LazyDictionary(TKey, TValue) | Dictionary with lazy values initialization. |