ISet<T>.SymmetricExceptWith Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Modifies the current set so that it contains only elements that are present either in the current set or in the specified collection, but not both.
Assembly: System (in System.dll)
Parameters
- other
- Type: System.Collections.Generic.IEnumerable<T>
The collection to compare to the current set.
| Exception | Condition |
|---|---|
| ArgumentNullException | other is null. |
Show: