ISet<T>.ExceptWith Method
Silverlight
Removes all elements in the specified collection from the current set.
Namespace: System.Collections.Generic
Assembly: System (in System.dll)
Parameters
- other
- Type: System.Collections.Generic.IEnumerable<T>
The collection of items to remove from the set.
| 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.