SelectedGroupCollection.CopyTo(IEnumerable<Object>[], Int32) Method
In This Article
Copies all elements of the current collection to the specified one-dimensional array.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
NuGet Package: DevExpress.TreeMap
#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. |
array |
Int32 | The index in the collection at which copying begins. |
See Also