Exemplo n.º 1
0
 public static bool ContainsAnyKeys <TKey, TValue>(
     [NotNull] this IDictionary <TKey, TValue> dictionary,
     [NotNull] params TKey[] keys) => dictionary.ContainsAnyKeys(keys.ToList());