- Namespace
- Statiq
.Common - Containing Type
- I
Dictionary Extensions
Syntax
public static void TryAddRange<TKey, TValue>(this IDictionary<TKey, TValue> dictionary, IEnumerable<KeyValuePair<TKey, TValue>> items)
Type Parameters
| Name | Description |
|---|---|
| TKey | |
| TValue |
Parameters
| Name | Type | Description |
|---|---|---|
| dictionary | IDictionary |
|
| items | IEnumerable |