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