ListSortDescriptionCollection::CopyTo Method (Array^, Int32)

 

Copies the contents of the collection to the specified array, starting at the specified destination array index.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
virtual void CopyTo(
	Array^ array,
	int index
) sealed

Parameters

array
Type: System::Array^

The destination array for the items copied from the collection.

index
Type: System::Int32

The index of the destination array at which copying begins.

.NET Framework
Available since 2.0
Return to top
Show: