DataSourceExpressionCollection::CopyTo Method (array<DataSourceExpression^>^, Int32)
.NET Framework (current version)
Copies elements of the DataSourceExpressionCollection object to an array, starting at a particular index.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- expressionArray
-
Type:
array<System.Web.UI.WebControls.Expressions::DataSourceExpression^>^
The one-dimensional array that is the destination of the elements that are copied.
- index
-
Type:
System::Int32
The zero-based index in the array at which copying starts.
The array must have zero-based indexing.
.NET Framework
Available since 4.0
Available since 4.0
Show: