Skip to main content
.NET 6.0+

ChoiceActionItemCollection.CopyTo(Array, Int32) Method

Copies the elements of the ChoiceActionItemCollection to an array, starting at a particular array index.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public void CopyTo(
    Array array,
    int index
)

Parameters

Name Type Description
array Array

The one-dimensional, zero-based array that is the destination of the elements copied from the current ChoiceActionItemCollection.

index Int32

An integer value that specifies the zero-based index in an array in which copying begins.

See Also