'Declaration
Public Function New( _ ByVal writeArguments As UAWriteArguments _ )
'Usage
Dim writeArguments As UAWriteArguments Dim instance As New UAWriteArguments(writeArguments)
public UAWriteArguments( UAWriteArguments writeArguments )
public: UAWriteArguments( UAWriteArguments^ writeArguments )
Parameters
- writeArguments
- Write arguments object to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).