DataBindingCollection.CopyTo Method (Array, Int32)

 

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)

abstract CopyTo : 
        array:Array *
        index:int -> unit
override CopyTo : 
        array:Array *
        index:int -> unit

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.

.NET Framework
Available since 1.1
Return to top
Show: