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