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 |
Exceptions
Type | Condition |
---|---|
ArgumentOutOfRangeException |
|