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

XPCursor.CopyTo(Array, Int32) Method

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.v19.2.dll

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