QuickOPC User's Guide and Reference
SequenceDataType Constructor(DataType)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel Namespace > SequenceDataType Class > SequenceDataType Constructor : SequenceDataType Constructor(DataType)
The data type of the elements of the sequence.
Initializes a new instance of the class. Initializes a new instance of the class, with given element data type.
Syntax
'Declaration
 
Public Function New( _
   ByVal elementDataType As DataType _
)
'Usage
 
Dim elementDataType As DataType
 
Dim instance As New SequenceDataType(elementDataType)
public SequenceDataType( 
   DataType elementDataType
)
public:
SequenceDataType( 
   DataType^ elementDataType
)

Parameters

elementDataType
The data type of the elements of the sequence.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also