Extensions.ToAdvisableDictionary Method |
Name | Description | |
---|---|---|
ToAdvisableDictionary<TKey, TValue>(IDictionary<TKey, TValue>) |
Converts an IDictionary<TKey, TValue> into an AdvisableDictionary<TKey, TValue>.
| |
ToAdvisableDictionary<TItem, TKey, TValue>(IEnumerable<TItem>, Func<TItem, TKey>, Func<TItem, TValue>) |
Converts an IEnumerable<T> into a AdvisableDictionary<TKey, TValue> given a method returning the item key and a method returning the item value.
|