Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DynamicCollectionBase.CopyTo(Array, Int32) Method

Copies the collection to the specified array. This method is implemented to support the ICollection interface.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public void CopyTo(
    Array array,
    int index
)

Parameters

Name Type Description
array Array

A target array.

index Int32

The array’s index that is the first position for collection objects.

See Also