CopyTo(object[], int)
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. |
int | index | An integer that represents the index in |