TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckListItemCollection Class / CopyTo Method / CopyTo(Array,Int32) Method
The target array.
Start index of the array.

In This Topic
    CopyTo(Array,Int32) Method
    In This Topic
    Copies the entire C1CheckListItemCollection to a compatible one-dimensional array, starting at the specified index of the target array.
    Syntax
    'Declaration
     
    
    Public Overloads Sub CopyTo( _
       ByVal array As Array, _
       ByVal index As Integer _
    ) 
    public void CopyTo( 
       Array array,
       int index
    )

    Parameters

    array
    The target array.
    index
    Start index of the array.
    See Also