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