ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / PlaceholderCollection Class / CopyTo Method
The one-array that is the destination of the elements copied from the collection.
The zero-based index in array at which copying begins.

In This Topic
    CopyTo Method (PlaceholderCollection)
    In This Topic
    Copies elements of the collection to an array starting at a particular array index.
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal array() As CustomPlaceholder, _
       ByVal index As Integer _
    ) 
    public void CopyTo( 
       CustomPlaceholder[] array,
       int index
    )

    Parameters

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