Method CopyFrom
CopyFrom(Object[], Int32)
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. |
Int32 | index | An integer that represents the index in |
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|
ArgumentOutOfRangeException |
|