ComponentOne FlexPivot for WinForms
CopyTo(Array,Int32) Method

C1.Win.Input.MultiSelect.4 Assembly > C1.Win.Input Namespace > C1CheckListItemCollection Class > CopyTo Method : CopyTo(Array,Int32) Method
The target array.
Start index of the array.
Copies the entire C1CheckListItemCollection to a compatible one-dimensional array, starting at the specified index of the target array.
Syntax
'Declaration
 
Public Overloads Sub CopyTo( _
   ByVal array As System.Array, _
   ByVal index As System.Integer _
) 
public void CopyTo( 
   System.Array array,
   System.int index
)

Parameters

array
The target array.
index
Start index of the array.
See Also

Reference

C1CheckListItemCollection Class
C1CheckListItemCollection Members
Overload List