BindingSource::CopyTo Method (Array^, Int32)
.NET Framework (current version)
Copies the contents of the List to the specified array, starting at the specified index value.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- arr
-
Type:
System::Array^
The destination array.
- index
-
Type:
System::Int32
The index in the destination array at which to start the copy operation.
Implements
ICollection::CopyTo(Array^, Int32)You can use this method to combine items from multiple sources into a single array.
.NET Framework
Available since 2.0
Available since 2.0
Show: