Method removeAll
removeAll<T>(ISet<T>, IEnumerable<T>)
Declaration
public static bool removeAll<T>(this ISet<T> s, IEnumerable<T> list)
Parameters
Type | Name | Description |
---|---|---|
ISet<T> | s | |
IEnumerable<T> | list |
Returns
Type | Description |
---|---|
System.Boolean |
Type Parameters
Name | Description |
---|---|
T |