Constructor CurrencyRegistry
CurrencyRegistry(string, IEnumerable<Currency>)
Initializes a new instance of the CurrencyRegistry class with the specified name and set of currencies.
Declaration
public CurrencyRegistry(string name, IEnumerable<Currency> currencies)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| IEnumerable<Currency> | currencies |
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | The |