Summary
Clones the list from the specified enumerable of changes.
- Namespace
- DynamicData
- Containing Type
- ListEx
Syntax
public static void Clone<T>(this IList<T> source, IEnumerable<Change<T>> changes, IEqualityComparer<T>? equalityComparer)
Type Parameters
Name | Description |
---|---|
T | The type of the item. |
Parameters
Name | Type | Description |
---|---|---|
source | IList |
The source. |
changes | IEnumerable |
The changes. |
equalityComparer | IEqualityComparer |
An equality comparer to match items in the changes. |
Return Value
Type | Description |
---|---|
void |