Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 666 Bytes

File metadata and controls

18 lines (12 loc) · 666 Bytes

DictionaryExtensions class

public static class DictionaryExtensions

Public Members

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.

See Also