Spread WinForms 15
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)

Parameters

array
index
See Also