ListSortDescriptionCollection::CopyTo Method (Array^, Int32)
.NET Framework (current version)
Copies the contents of the collection to the specified array, starting at the specified destination array index.
Assembly: System (in System.dll)
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.
Implements
ICollection::CopyTo(Array^, Int32)
.NET Framework
Available since 2.0
Available since 2.0
Show: