StateValueCollectionEnumerator Class
An enumerator for IStateValue collections
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
public class StateValueCollectionEnumerator : IEnumerator,
IDisposable
Public Class StateValueCollectionEnumerator
Implements IEnumerator, IDisposable
public ref class StateValueCollectionEnumerator : IEnumerator,
IDisposable
- Inheritance
- Object StateValueCollectionEnumerator
- Implements
- IEnumerator, IDisposable
| Current |
Get the current state value.
|
| Dispose |
Dispose of the state value collection enumerator.
|
| MoveNext |
Move to the next state value
|
| Reset |
Reset the internal index to the start of the collection so that the enumerator can be reused.
|