[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Articles.ThreadArticleBeadCollection.CopyTo

CopyTo Method

CopyTo(ArticleBead[], int)

Copies the entire collection into a one-dimensional array, starting at the specified index in the target array.

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

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

int index

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

Implements