Method GetCurrencies
GetCurrencies(ICollection<CurrencyExchangeObject>)
Gets the currency exchanges to the given target
collection.
Declaration
public int GetCurrencies(ICollection<CurrencyExchangeObject> target)
Parameters
| Type | Name | Description |
|---|---|---|
| ICollection<CurrencyExchangeObject> | target | The target collection where the currency exchange are added. |
Returns
| Type | Description |
|---|---|
| int | The number of currencies added. |