Summary
Removes many items from the collection in an optimal way.
- Namespace
- DynamicData
- Containing Type
- ListEx
Syntax
public static void RemoveMany<T>(this IList<T> source, IEnumerable<T> itemsToRemove)
Type Parameters
Name | Description |
---|---|
T | The type of the item. |
Parameters
Name | Type | Description |
---|---|---|
source | IList |
The source. |
itemsToRemove | IEnumerable |
The items to remove. |
Return Value
Type | Description |
---|---|
void |