'Declaration
<NotNullAttribute()> Public Overloads Shared Function FromPrimitiveValues( _ ByVal primitiveDataType As PrimitiveDataType, _ ByVal primitiveValues As IEnumerable _ ) As SequenceData
'Usage
Dim primitiveDataType As PrimitiveDataType Dim primitiveValues As IEnumerable Dim value As SequenceData value = SequenceData.FromPrimitiveValues(primitiveDataType, primitiveValues)
[NotNull()] public static SequenceData FromPrimitiveValues( PrimitiveDataType primitiveDataType, IEnumerable primitiveValues )
[NotNull()] public: static SequenceData^ FromPrimitiveValues( PrimitiveDataType^ primitiveDataType, IEnumerable^ primitiveValues )
Parameters
- 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).