'Usage
Dim state As Object Dim value As Object Dim instance As New ValueArguments(state, value)
Parameters
- state
- User-defined state object.
The value of this parameter can be
null
(Nothing
in Visual Basic). - value
- Value that is an argument to the operation.
The value of this parameter can be
null
(Nothing
in Visual Basic).