ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ImmutableKeyedCollectionBase Class / CopyTo Method
The array to copy items to.
The starting index in the target array.

In This Topic
    CopyTo Method (ImmutableKeyedCollectionBase)
    In This Topic
    Copies the collection items to the specified array starting from the specified index in the target array.
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal array As System.Array, _
       ByVal index As System.Integer _
    ) 
    public void CopyTo( 
       System.Array array,
       System.int index
    )

    Parameters

    array
    The array to copy items to.
    index
    The starting index in the target array.
    See Also