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 of System.Web.UI.ExpressionBinding objects, starting at the specified index in the target array.

Syntax

public void CopyTo (ExpressionBinding[] bindings, int index)

Parameters

bindings
Documentation for this section has not yet been entered.
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