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