Share via


DataViewManager.CopyTo(Object[], Int32) Method

Definition

Copies the set of data view hierarchies in the collection to an array at the specified starting index.

public:
 void CopyTo(cli::array <System::Object ^> ^ array, int index);
public void CopyTo (object[] array, int index);
member this.CopyTo : obj[] * int -> unit
Public Sub CopyTo (array As Object(), index As Integer)

Parameters

array
Object[]

An array to which the data view hierarchies are copied.

index
Int32

The index in array at which copying should begin.

Applies to