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

Definition

Copies the elements of the dialog state manager to an array starting at a particular index.

public void CopyTo (System.Collections.Generic.KeyValuePair<string,object>[] array, int arrayIndex);
abstract member CopyTo : System.Collections.Generic.KeyValuePair<string, obj>[] * int -> unit
override this.CopyTo : System.Collections.Generic.KeyValuePair<string, obj>[] * int -> unit
Public Sub CopyTo (array As KeyValuePair(Of String, Object)(), arrayIndex As Integer)

Parameters

array
KeyValuePair<String,Object>[]

The one-dimensional array that is the destination of the elements copied from the dialog state manager. The array must have zero-based indexing.

arrayIndex
Int32

The zero-based index in array at which copying begins.

Implements

Applies to