Method RemoveAll
RemoveAll<T>(ICollection<T>, IEnumerable<T>)
Declaration
public static void RemoveAll<T>(this ICollection<T> theSet, IEnumerable<T> removeList)
Parameters
Type | Name | Description |
---|---|---|
ICollection<T> | theSet | |
IEnumerable<T> | removeList |
Type Parameters
Name | Description |
---|---|
T |