Summary
Clones the list from the specified change set.
- Namespace
- DynamicData
- Containing Type
- ListEx
Syntax
public static void Clone<T>(this IList<T> source, IChangeSet<T> changes)
Type Parameters
Name | Description |
---|---|
T | The type of the item. |
Parameters
Name | Type | Description |
---|---|---|
source | IList |
The source. |
changes | IChangeSet |
The changes. |
Return Value
Type | Description |
---|---|
void |