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