Open sandboxFocus

Method GetArgument

GetArgument(int)

Gets the value of the argument at a given index.

Declaration
public virtual object GetArgument(int index)
Parameters
Type Name Description
int index

Argument index.

Returns
Type Description
object

The value of the argument at position index.

Exceptions
Type Condition
ArgumentOutOfRangeException

index is lower than zero or greater or equal than Count.