Method CopyTo
CopyTo(Object[], Int32)
Copies all arguments values to the specified Array starting at the specified destination Array index.
Declaration
public override void CopyTo(object[] array, int index)
Parameters
Type | Name | Description |
---|---|---|
Object[] | array | The array that is the destination of argument values copied from the current Arguments. |
Int32 | index | An integer that represents the index in |
Overrides
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|
ArgumentOutOfRangeException |
|
ArgumentException | The number of elements in the source ICollection<T> is greater than the available space from |