[]
Copies the elements of the C1CollectionView to an System.Array, starting at a particular object array index.
public void CopyTo(object[] array, int arrayIndex)
Type | Name | Description |
---|---|---|
object[] | array | The one-dimensional object array that is the destination of the elements copied from C1CollectionView. The System.Array must have zero-based indexing. |
int | arrayIndex | The zero-based index in array at which copying begins. |