[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.ReadOnlyListWrapper-2.CopyTo

CopyTo Method

CopyTo(TItem[], int)

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

Declaration
public void CopyTo(TItem[] array, int arrayIndex)
Public Sub CopyTo(array As TItem(), arrayIndex As Integer)
Parameters
Type Name Description
TItem[] array

The one-dimensional Array that is the destination of the elements copied from collection. The Array must have zero-based indexing.

int arrayIndex

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