public static class DictionaryExtensions
name | description |
---|---|
static Flatten(…) | Flattens a dictionary (concatenating the keys using the specified separator, or "." if none. |
static GetValuesOrDefault<TKey,TValue>(…) | Gets all items from a dictionary given a collection of keys. If a value is not found, default(TValue) is returned. |
- namespace Wokhan.Collections.Generic.Extensions