Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Articles Namespace / ThreadArticleBeadCollection Class / CopyTo Method
The one-dimensional array that is the destination of the elements copied from the collection.
The zero-based index in the array at which copying begins.

In This Topic
    CopyTo Method (ThreadArticleBeadCollection)
    In This Topic
    Copies the entire collection into a one-dimensional array, starting at the specified index in the target array.
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal array() As ArticleBead, _
       ByVal index As System.Integer _
    ) 
    public void CopyTo( 
       ArticleBead[] array,
       System.int index
    )

    Parameters

    array
    The one-dimensional array that is the destination of the elements copied from the collection.
    index
    The zero-based index in the array at which copying begins.
    See Also