Пример #1
0
 public static void AddValues <TKey, TValue>
 (
     this IDictionary <TKey, TValue> dictionary,
     IEnumerable <TValue> collection,
     Func <TValue, TKey> converter
 ) =>
 collection.AddToDictionary(dictionary, converter);