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