Open sandboxFocus

Method CopyFrom

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 array at which copying begins.

Overrides
Exceptions
Type Condition
ArgumentNullException

array is null.

ArgumentOutOfRangeException

index is lower than zero.

See Also