Method EditDiff
EditDiff<TKey>(IDictionary<TKey, TKey>, IEnumerable<TKey>)
Declaration
public static void EditDiff<TKey>(this IDictionary<TKey, TKey> dictionary, IEnumerable<TKey> newItems)
Parameters
| Type | Name | Description |
|---|---|---|
| IDictionary<TKey, TKey> | dictionary | |
| IEnumerable<TKey> | newItems |
Type Parameters
| Name | Description |
|---|---|
| TKey |