DictionaryExtension public sealed class DictionaryExtension Provides access to extension methods over IDictionary<T, U>. Documentation public static TValue GetValueOrDefault<TKey, TValue>(IDictionary<TKey, TValue> d, TKey key) Attempts to get a value from the specified dictionary if the value exists, otherwise returns Nothing.