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