DataBindingCollection::CopyTo Method (Array^, Int32)
.NET Framework (current version)
Copies the DataBindingCollection values to a one-dimensional Array, beginning at the Array object's specified index.
Assembly: System.Web (in System.Web.dll)
Parameters
- array
-
Type:
System::Array^
The one-dimensional Array that is the destination of the values copied from DataBindingCollection.
- index
-
Type:
System::Int32
The index in the array, specified by the array parameter, where copying begins.
Implements
ICollection::CopyTo(Array^, Int32)
.NET Framework
Available since 1.1
Available since 1.1
Show: