DynamicValue::CopyTo Method
Copies the DynamicValue contents.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | CopyTo(array<DynamicValue^>^, Int32) | Copies the DynamicValue into an array. |
![]() | CopyTo(array<KeyValuePair<String^, DynamicValue^>>^, Int32) | Copies the DynamicValue into an array. |
DynamicValue::CopyTo Method (array<DynamicValue^>^, Int32)
Copies the DynamicValue into an array.
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.
Implements
ICollection<T>::CopyTo(array<T>^, Int32)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.
Implements
ICollection<T>::CopyTo(array<T>^, Int32)
Show:
.jpeg?cs-save-lang=1&cs-lang=cpp)