StateValueCollectionEnumerator(IStateValue) Constructor

Create a state value collection enumerator containing the supplied IStateValue objects

Definition

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
C#
public StateValueCollectionEnumerator(
	IStateValue[] stateValues
)

Parameters

stateValues  IStateValue
An array of objects that implement IStateValue

See Also