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

SelectedGroupCollection.CopyTo(IEnumerable<Object>[], Int32) Method

Copies all elements of the current collection to the specified one-dimensional array.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

public void CopyTo(
    IEnumerable<object>[] array,
    int arrayIndex
)

Parameters

Name Type Description
array IEnumerable<Object>[]

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

arrayIndex Int32

The index in the collection at which copying begins.

See Also