CopyDynamicValue Constructor

 

Initializes a new instance of the CopyDynamicValue class.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

NameDescription
System_CAPS_pubmethodCopyDynamicValue()

Initializes a new instance of the CopyDynamicValue class.

System_CAPS_pubmethodCopyDynamicValue(InArgument<DynamicValue^>^, OutArgument<DynamicValue^>^)

Initializes a new instance of the CopyDynamicValue class.

Return to top

CopyDynamicValue Constructor ()

Initializes a new instance of the CopyDynamicValue class.

public:
CopyDynamicValue()
Return to top

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.

Return to top
Show: