'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.
The value of this parameter can be
null
(Nothing
in Visual Basic).