[]
Copies the entire C1CheckListSelectedItemCollection to a compatible one-dimensional array, starting at the specified index of the target array.
public void CopyTo(C1CheckListItem[] array, int arrayIndex)
Public Sub CopyTo(array As C1CheckListItem(), arrayIndex As Integer)
| Type | Name | Description |
|---|---|---|
| C1CheckListItem[] | array | The target array. |
| int | arrayIndex | Start index of the array. |
Copies the entire C1CheckListSelectedItemCollection to a compatible one-dimensional array, starting at the specified index of the target array.
public void CopyTo(Array array, int index)
Public Sub CopyTo(array As Array, index As Integer)
| Type | Name | Description |
|---|---|---|
| Array | array | The target array. |
| int | index | Start index of the array. |