Skip to main content
All docs
V25.1
  • .NET 8.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.v25.1.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