Arguments.CopyFrom Method |
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
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. |