ExpressionBindingCollection::CopyTo Method

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodCopyTo(Array^, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Copies all the ExpressionBinding objects from the ExpressionBindingCollection collection to a one-dimensional array, starting at the specified index in the target array.

System_CAPS_pubmethodCopyTo(array<ExpressionBinding^>^, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Copies all the ExpressionBinding objects from the ExpressionBindingCollection collection to a one-dimensional array of ExpressionBinding objects, starting at the specified index in the target array.

Return to top
Show: