HashSet<T>.ExceptWith Method
Removes all elements in the specified collection from the current HashSet<T> object.
Namespace: System.Collections.Generic
Assembly: System.Core (in System.Core.dll)
Parameters
- other
- Type: System.Collections.Generic.IEnumerable<T>
The collection of items to remove from the HashSet<T> object.
Implements
ISet<T>.ExceptWith(IEnumerable<T>)| Exception | Condition |
|---|---|
| ArgumentNullException |
other is null. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.