DataBindingCollection.CopyTo(Array, Int32) Method

Definition

Copies the DataBindingCollection values to a one-dimensional Array, beginning at the Array object's specified index.

public:
 virtual void CopyTo(Array ^ array, int index);
public void CopyTo (Array array, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Sub CopyTo (array As Array, index As Integer)

Parameters

array
Array

The one-dimensional Array that is the destination of the values copied from DataBindingCollection.

index
Int32

The index in the array, specified by the array parameter, where copying begins.

Implements

Applies to