'Declaration
<NotNullAttribute()> Public Overloads Shared Function FromPrimitiveValues( _ ByVal sequenceDataType As SequenceDataType, _ ByVal primitiveDataType As PrimitiveDataType, _ ByVal primitiveValues As IEnumerable _ ) As SequenceData
'Usage
Dim sequenceDataType As SequenceDataType Dim primitiveDataType As PrimitiveDataType Dim primitiveValues As IEnumerable Dim value As SequenceData value = SequenceData.FromPrimitiveValues(sequenceDataType, primitiveDataType, primitiveValues)
[NotNull()] public static SequenceData FromPrimitiveValues( SequenceDataType sequenceDataType, PrimitiveDataType primitiveDataType, IEnumerable primitiveValues )
[NotNull()] public: static SequenceData^ FromPrimitiveValues( SequenceDataType^ sequenceDataType, PrimitiveDataType^ primitiveDataType, IEnumerable^ primitiveValues )
Parameters
- sequenceDataType
- The sequence data type to be associated with the sequence.
The value of this parameter can be
null
(Nothing
in Visual Basic). - primitiveDataType
- The primitive data type to be associated with the elements.
The value of this parameter can be
null
(Nothing
in Visual Basic). - primitiveValues
- Sequence of primitive values.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).