DataViewSettingCollection.CopyTo Method

Definition

Copies the collection objects to a one-dimensional Array instance starting at the specified index.

Overloads

CopyTo(Array, Int32)

Copies the collection objects to a one-dimensional Array instance starting at the specified index.

CopyTo(DataViewSetting[], Int32)

Copies the collection objects to a one-dimensional Array instance starting at the specified index.

CopyTo(Array, Int32)

Copies the collection objects to a one-dimensional Array instance starting at the specified index.

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

Parameters

ar
Array

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

index
Int32

The index of the array at which to start inserting.

Implements

Applies to

CopyTo(DataViewSetting[], Int32)

Copies the collection objects to a one-dimensional Array instance starting at the specified index.

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

Parameters

ar
DataViewSetting[]

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

index
Int32

The index of the array at which to start inserting.

Applies to