Skip to main content
A newer version of this page is available.

CustomFunctionCollection.CopyTo(ICustomFunctionOperator[], Int32) Method

Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

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

Parameters

Name Type Description
array ICustomFunctionOperator[]

The destination of copied elements.

arrayIndex Int32

The zero-based index of the array containig the first copied element.

See Also