CopyFrom(object[], int)
Copies all the argument values from the elements of Array.
Declaration
public virtual 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 |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|
| ArgumentOutOfRangeException |
|