'Declaration
Public Function New( _ ByVal structureField As UAStructureField _ )
'Usage
Dim structureField As UAStructureField Dim instance As New UAStructureField(structureField)
public UAStructureField( UAStructureField structureField )
public: UAStructureField( UAStructureField^ structureField )
Parameters
- structureField
- Structure field to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).