ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / TagCollection Class / CopyTo Method
The target array.
Start index of the array.

In This Topic
    CopyTo Method (TagCollection)
    In This Topic
    Copies the entire TagCollection to a compatible one-dimensional array, starting at the specified index of the target array.
    Syntax
    'Declaration
     
    
    Public 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