Swiss Army Knife
General utility tools for Scada Minds
|
This is the complete list of members for DictionaryExtensions, including all inherited members.
AwaitTasksInValuesAsync< TKey, TVal >(this IReadOnlyDictionary< TKey, Task< TVal >> dictionaryToAwait) | DictionaryExtensions | inlinestatic |
GetOrThrow< TKey, TValue >(this IReadOnlyDictionary< TKey, TValue > dictionary, TKey key, Func< Exception > errorCreator) | DictionaryExtensions | inlinestatic |
GetValueOr< TKey, TValue >(this IReadOnlyDictionary< TKey, TValue > dictionary, TKey key, Func< TValue > valueProducer) | DictionaryExtensions | inlinestatic |
SelectValues< TKey, TOldValue, TNewValue >(this IReadOnlyDictionary< TKey, TOldValue > dictionary, Func< TOldValue, TNewValue > selector) | DictionaryExtensions | inlinestatic |