Struct CurrencyRegistry.Enumerator
Iterates over the currencies in the registry.
Namespace: Singulink.Globalization
Assembly: Singulink.Globalization.Currency.dll
Syntax
public struct CurrencyRegistry.Enumerator : IEnumerator<Currency>, IEnumerator, IDisposable
Properties
| Name | Description |
|---|---|
| Current | Gets the element in the collection at the current position of the enumerator. |
Methods
| Name | Description |
|---|---|
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| MoveNext() | Advances the enumerator to the next element of the collection. |
| Reset() | Not supported. |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IEnumerator.Current | Gets the element in the collection at the current position of the enumerator. |