[]
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)
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)
Type | Name | Description |
---|---|---|
Array | array | The target array. |
int | index | Start index of the array. |