'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.
- primitiveDataType
- The primitive data type to be associated with the elements.
- primitiveValues
- Sequence of primitive values.
Return Value
Returns a sequence data with PrimitiveData elements made from the values of the input sequence.