Skip to main content
.NET 6.0+

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.v23.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