DictionaryExtensions.Add

DictionaryExtensions.Add<TKey,TValue> method

public static void Add<TKey, TValue>(this IDictionary<TKey, List<TValue>> listDictionary, TKey key, 
    TValue value)

See Also