Method ISet<T>.SymmetricExceptWith
ISet<T>.SymmetricExceptWith(IEnumerable<T>)
Not supported.
Declaration
void ISet<T>.SymmetricExceptWith(IEnumerable<T> other)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | other |
Implements
Exceptions
Type | Condition |
---|---|
NotSupportedException | This operation is not supported. |