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