Method SafeGet
SafeGet<TKey, TValue>(IDictionary<TKey, TValue>, TKey)
public static TValue? SafeGet<TKey, TValue>(this IDictionary<TKey, TValue> dictionary, TKey key)
Parameters
dictionaryIDictionary<TKey, TValue>keyTKey
Returns
- TValue
Type Parameters
TKeyTValue