DataBindingCollection.CopyTo Method
.NET Framework 3.0
Copies the DataBindingCollection values to a one-dimensional Array, beginning at the Array object's specified index.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public final void CopyTo ( Array array, int index )
public final function CopyTo ( array : Array, index : int )
Not applicable.
Parameters
- array
The one-dimensional Array that is the destination of the values copied from DataBindingCollection.
- index
The index in the array, specified by the array parameter, where copying begins.
Community Additions
ADD
Show: