CopyDynamicValue Constructor
Initializes a new instance of the CopyDynamicValue class.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | CopyDynamicValue() | Initializes a new instance of the CopyDynamicValue class. |
![]() | CopyDynamicValue(InArgument<DynamicValue^>^, OutArgument<DynamicValue^>^) | Initializes a new instance of the CopyDynamicValue class. |
CopyDynamicValue Constructor ()
Initializes a new instance of the CopyDynamicValue class.
CopyDynamicValue Constructor (InArgument<DynamicValue^>^, OutArgument<DynamicValue^>^)
Initializes a new instance of the CopyDynamicValue class.
public:
CopyDynamicValue(
InArgument<DynamicValue^>^ source,
OutArgument<DynamicValue^>^ result
)
Parameters
- source
-
Type:
System.Activities::InArgument<DynamicValue^>^
The source DynamicValue.
- result
-
Type:
System.Activities::OutArgument<DynamicValue^>^
The destination DynamicValue.
Show:
