The indexer into Dictionary throws an exception if the key is missing. Is there an implementation of IDictionary that instead will return de
Dictionary
IDictionary
de
Since .NET core 2.0 you can use:
myDict.GetValueOrDefault(someKeyKalue)