StateValueCollectionEnumeratorMoveNext Method |
Move to the next state value
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.0.0-rc.0+0
SyntaxPublic Function MoveNext As Boolean
public:
virtual bool MoveNext() sealed
Return Value
BooleanTrue if successful, False if at the end of the list.
Implements
IEnumeratorMoveNext
See Also