Table of Contents

Method CopyTo

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

CopyTo(T[], int)

Copies the elements of the collection to an System.Array, starting at a particular System.Array index.

protected void CopyTo(T[] array, int arrayIndex)

Parameters

array T[]

The one-dimensional System.Array that is the destination of the elements copied from System.Collections.Generic.ICollection`1. The System.Array must have zero-based indexing.

arrayIndex int

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

CopyTo(Array, int)

Copies the elements of the collection to an System.Array, starting at a particular System.Array index.

protected void CopyTo(Array array, int index)

Parameters

array Array

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

index int

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