[]
        
(Showing Draft Content)

C1.Win.TreeView.C1CheckListItemCollection.CopyTo

CopyTo Method

CopyTo(C1CheckListItem[], int)

Copies the entire C1CheckListItemCollection to a compatible one-dimensional array, starting at the specified index of the target array.

Declaration
public void CopyTo(C1CheckListItem[] array, int arrayIndex)
Parameters
Type Name Description
C1CheckListItem[] array

The target array.

int arrayIndex

Start index of the array.

CopyTo(Array, int)

Copies the entire C1CheckListItemCollection to a compatible one-dimensional array, starting at the specified index of the target array.

Declaration
public void CopyTo(Array array, int index)
Parameters
Type Name Description
Array array

The target array.

int index

Start index of the array.

Implements