DynamicValue::CopyTo Method

 

Copies the DynamicValue contents.

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

Return to top

DynamicValue::CopyTo Method (array<DynamicValue^>^, Int32)

Copies the DynamicValue into an array.

public:
virtual void CopyTo(
	array<DynamicValue^>^ array,
	int arrayIndex
) sealed

Parameters

array
Type: array<Microsoft.Activities::DynamicValue^>^

The array to hold copy of the DynamicValue.

arrayIndex
Type: System::Int32

The index of the array at which copying starts.

Return to top

DynamicValue::CopyTo Method (array<KeyValuePair<String^, DynamicValue^>>^, Int32)

Copies the DynamicValue into an array.

public:
virtual void CopyTo(
	array<KeyValuePair<String^, DynamicValue^>>^ array,
	int arrayIndex
) sealed

Parameters

array
Type: array<System.Collections.Generic::KeyValuePair<String^, DynamicValue^>>^

The array to hold copy of the DynamicValue.

arrayIndex
Type: System::Int32

The index of the array at which copying starts.

Return to top
Show: