ListSortDescriptionCollection.CopyTo(Array, Int32) Method

Definition

Copies the contents of the collection to the specified array, starting at the specified destination 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

The destination array for the items copied from the collection.

index
Int32

The index of the destination array at which copying begins.

Implements

Applies to