System.Web.UI.ExpressionBindingCollection.CopyTo Method

Copies all the System.Web.UI.ExpressionBinding objects from the System.Web.UI.ExpressionBindingCollection collection to a one-dimensional array, starting at the specified index in the target array.

Syntax

public void CopyTo (Array array, int index)

Parameters

array
The zero-based array that receives the System.Web.UI.ExpressionBinding objects copied from the collection.
index
The position in the target array at which the array starts receiving the copied items.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0