Skip to main content
.NET 8.0+

XPCursor.CopyTo(Array, Int32) Method

In This Article

Copies all persistent objects which are stored within the current collection to the specified array starting at the specified index.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public void CopyTo(
    Array array,
    int index
)

#Parameters

Name Type Description
array Array

An array which the persistent objects are copied to.

index Int32

An integer value which specifies the zero-based index at which copying begins.

See Also