PostSharpAPI ReferencePost­Sharp.​Aspects.​InternalsArguments<TArg0, TArg1, TArg2, TArg3, TArg4>Copy­From
Open sandboxFocus

Arguments<TArg0, TArg1, TArg2, TArg3, TArg4>.CopyFrom Method

CopyFrom(Object[], Int32)

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.

Int32 index

An integer that represents the index in array at which copying begins.

Overrides
Arguments.CopyFrom(Object[], Int32)
Exceptions
Type Condition
ArgumentNullException

array is null.

ArgumentOutOfRangeException

index is lower than zero.

See Also