Skip to main content

ChunkList<T>.CopyTo(T[], Int32) Method

Copies items of the collection to the specified one-dimensional array.

Namespace: DevExpress.Xpf.ChunkList

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public void CopyTo(
    T[] array,
    int arrayIndex
)

Parameters

Name Type Description
array T[]

The one-dimensional array that is the destination of the items copied from the collection.

arrayIndex Int32

A 32-bit integer that represents the index in array at which copying begins.

See Also