Method IEnumerable<Currency>.GetEnumerator
IEnumerable<Currency>.GetEnumerator()
Returns an enumerator that iterates through the currencies in this registry, ordered by currency code.
Declaration
IEnumerator<Currency> IEnumerable<Currency>.GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Currency> |