Arguments.CopyFrom Method |
Copies all the argument values from the elements of Array.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 5.0.55.0 (5.0.55.0)

C#
public virtual void CopyFrom( Object[] array, int index )
Parameters
- array
- Type: System.Object[]
The array that is the source of the argument values copied into the current Arguments. - index
- Type: System.Int32
An integer that represents the index in array at which copying begins.

Exception | Condition |
---|---|
ArgumentNullException | array is null. |
ArgumentOutOfRangeException | index is lower than zero. |
