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)

public:
virtual void CopyTo(
	Array^ array,
	int index
) sealed

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: