StateValueCollectionGetEnumerator Method

An enumerator that enables items in the collection to be retrieved

Definition

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
C#
public IEnumerator GetEnumerator()

Return Value

IEnumerator
An enumerator object.

Implements

IStateValueCollectionGetEnumerator
IEnumerableGetEnumerator

See Also