DataBus.CopyTo(Array, Int32) Method

Definition

Copies the items of a DataBus control to a one-dimensional array, starting at the given array 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

Array into which the items are copied.

index
Int32

Zero-based index indicating where in the array the copying should begin.

Implements

Applies to