Back to Devexpress

PresentationCollectionBase<T>.CopyTo(T[], Int32) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentationcollectionbase-1-dot-copyto-x28-0-system-dot-int32-x29.md

latest1.5 KB
Original Source

PresentationCollectionBase<T>.CopyTo(T[], Int32) Method

Copies the elements of the collection to an array, starting at a specific array index.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public void CopyTo(
    T[] array,
    int arrayIndex
)
vb
Public Sub CopyTo(
    array As T(),
    arrayIndex As Integer
)

Parameters

NameTypeDescription
arrayT[]

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

| | arrayIndex | Int32 |

The zero-based index in the array at which copying begins.

|

See Also

PresentationCollectionBase<T> Class

PresentationCollectionBase<T> Members

DevExpress.Docs.Presentation Namespace