DynamicValue.CopyTo Method

 

Copies the DynamicValue contents.

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

Return to top

DynamicValue.CopyTo Method (DynamicValue[], Int32)

Copies the DynamicValue into an array.

abstract CopyTo : 
        array:DynamicValue[] *
        arrayIndex:int -> unit
override CopyTo : 
        array:DynamicValue[] *
        arrayIndex:int -> unit

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.

Return to top

DynamicValue.CopyTo Method (KeyValuePair<String, DynamicValue>[], Int32)

Copies the DynamicValue into an array.

abstract CopyTo : 
        array:KeyValuePair<string, DynamicValue>[] *
        arrayIndex:int -> unit
override CopyTo : 
        array:KeyValuePair<string, DynamicValue>[] *
        arrayIndex:int -> unit

Parameters

array
Type: 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: