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