DataSourceExpressionCollection::CopyTo Method (array<DataSourceExpression^>^, Int32)

.NET Framework (current version)
 

Copies elements of the DataSourceExpressionCollection object to an array, starting at a particular index.

Namespace:   System.Web.UI.WebControls.Expressions
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
void CopyTo(
	array<DataSourceExpression^>^ expressionArray,
	int index
)

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
Return to top
Show: