PostSharpAPI ReferencePost­Sharp.​Aspects.​InternalsArguments<TArg0, TArg1>Copy­To
Open sandboxFocus

Arguments<TArg0, TArg1>.CopyTo Method

CopyTo(Object[], Int32)

Copies all arguments values to the specified Array starting at the specified destination Array index.

Declaration
public override void CopyTo(object[] array, int index)
Parameters
Type Name Description
Object[] array

The array that is the destination of argument values copied from the current Arguments.

Int32 index

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

Overrides
Arguments.CopyTo(Object[], Int32)
See Also