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