Swiss Army Knife
General utility tools for Scada Minds
DictionaryExtensions Member List

This is the complete list of members for DictionaryExtensions, including all inherited members.

AwaitTasksInValuesAsync< TKey, TVal >(this IReadOnlyDictionary< TKey, Task< TVal >> dictionaryToAwait)DictionaryExtensionsinlinestatic
GetOrThrow< TKey, TValue >(this IReadOnlyDictionary< TKey, TValue > dictionary, TKey key, Func< Exception > errorCreator)DictionaryExtensionsinlinestatic
GetValueOr< TKey, TValue >(this IReadOnlyDictionary< TKey, TValue > dictionary, TKey key, Func< TValue > valueProducer)DictionaryExtensionsinlinestatic
SelectValues< TKey, TOldValue, TNewValue >(this IReadOnlyDictionary< TKey, TOldValue > dictionary, Func< TOldValue, TNewValue > selector)DictionaryExtensionsinlinestatic