ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.Design Namespace / BindingArrayList Class / CopyTo Method / CopyTo(Int32,Array,Int32,Int32) Method

In This Topic
    CopyTo(Int32,Array,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub CopyTo( _
       ByVal index As System.Integer, _
       ByVal array As System.Array, _
       ByVal arrayIndex As System.Integer, _
       ByVal count As System.Integer _
    ) 
    public virtual void CopyTo( 
       System.int index,
       System.Array array,
       System.int arrayIndex,
       System.int count
    )

    Parameters

    index
    array
    arrayIndex
    count
    See Also