Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class / CopyTo Method


In This Topic
    CopyTo Method (Elements)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Sub CopyTo( _
       ByVal array As Array, _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As Elements
    Dim array As Array
    Dim index As Integer
     
    instance.CopyTo(array, index)
    public void CopyTo( 
       Array array,
       int index
    )

    Parameters

    array
    index
    See Also