PostSharpAPI ReferencePost­Sharp.​AspectsArgumentsCopy­To
Open sandboxFocus

Arguments.CopyTo Method

CopyTo(Object[], Int32)

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

Declaration
public virtual 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