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