DynamicValue.CopyTo Method
Copies the DynamicValue contents.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | CopyTo(DynamicValue(), Int32) | Copies the DynamicValue into an array. |
![]() | CopyTo(KeyValuePair(Of String, DynamicValue)(), Int32) | Copies the DynamicValue into an array. |
DynamicValue.CopyTo Method (DynamicValue(), Int32)
Copies the DynamicValue into an array.
Parameters
- array
-
Type:
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(Of T).CopyTo(T(), Int32)DynamicValue.CopyTo Method (KeyValuePair(Of String, DynamicValue)(), Int32)
Copies the DynamicValue into an array.
Public Sub CopyTo ( array As KeyValuePair(Of String, DynamicValue)(), arrayIndex As Integer )
Parameters
- array
-
Type:
System.Collections.Generic.KeyValuePair(Of 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(Of T).CopyTo(T(), Int32)
Show:
.jpeg?cs-save-lang=1&cs-lang=vb)