Example #1
0
 public static TValue GetValue <TKey, TValue>(this Dictionary <TKey, TValue> input, TKey key, TValue @default)
 {
     return(DDRIT.GetValue <TKey, TValue>(input, key, @default));
 }