BindingContext::ICollection::CopyTo Method (Array^, Int32)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Copies the elements of the collection into a specified array, starting at the collection index.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- ar
-
Type:
System::Array^
An Array to copy into.
- index
-
Type:
System::Int32
The collection index to begin copying from.
Implements
ICollection::CopyTo(Array^, Int32)
.NET Framework
Available since 1.1
Available since 1.1
Show: