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.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | CopyTo(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. |
![]() | CopyTo(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. |
