StateValueCollection(ListStateValue) Constructor
Create a state value collection populated with values a list of StateValue objects
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
public StateValueCollection(
List<StateValue> stateValueList
)
Public Sub New (
stateValueList As List(Of StateValue)
)
public:
StateValueCollection(
List<StateValue^>^ stateValueList
)
Parameters
- stateValueList ListStateValue
- List of StateValue objects.