Summary
Adds the range to the list. The starting range is at the specified index.
- Namespace
- DynamicData
- Containing Type
- ListEx
Syntax
public static void AddRange<T>(this IList<T> source, IEnumerable<T> items, int index)
Type Parameters
Name | Description |
---|---|
T | The type of the item. |
Parameters
Name | Type | Description |
---|---|---|
source | IList |
The source. |
items | IEnumerable |
The items. |
index | int | The index. |
Return Value
Type | Description |
---|---|
void |