Method IEnumerable<Currency>.GetEnumerator
IEnumerable<Currency>.GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
IEnumerator<Currency> IEnumerable<Currency>.GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Currency> | An enumerator that can be used to iterate through the collection. |