Click or drag to resize

StateValueCollectionEnumerator(IStateValue) Constructor

Create a state value collection enumerator containing the supplied IStateValue objects

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.0.0-rc.0+0
Syntax
public StateValueCollectionEnumerator(
	IStateValue[] stateValues
)

Parameters

stateValues  IStateValue
An array of objects that implement IStateValue
See Also