ISet<T>.ExceptWith Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes all elements in the specified collection from the current set.
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. |
Show: