CopyFrom(object[], int)
Copies all the argument values from the elements of Array.
Declaration
public override void CopyFrom(object[] array, int index)
Parameters
Type | Name | Description |
---|---|---|
object[] | array | The array that is the source of the argument values copied into the current Arguments. |
int | index | An integer that represents the index in |
Overrides
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|
ArgumentOutOfRangeException |
|