Method Add
Add<T1, T2>(Dictionary<T1, List<T2>>, T1, T2)
Declaration
public static void Add<T1, T2>(this Dictionary<T1, List<T2>> dictionary, T1 key, T2 value)
Parameters
| Type | Name | Description |
|---|---|---|
| Dictionary<T1, List<T2>> | dictionary | |
| T1 | key | |
| T2 | value |
Type Parameters
| Name | Description |
|---|---|
| T1 | |
| T2 |