'Declaration
Public Function New( _ ByVal primitiveDataType As PrimitiveDataType _ )
'Usage
Dim primitiveDataType As PrimitiveDataType Dim instance As New PrimitiveDataType(primitiveDataType)
public PrimitiveDataType( PrimitiveDataType primitiveDataType )
public: PrimitiveDataType( PrimitiveDataType^ primitiveDataType )
Parameters
- primitiveDataType
- Primitive data type to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).