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