this[int]
Gets or sets the value of an argument. Setting the value is only supported in specific situations. See SetArgument(int, object) for details.
Declaration
public object this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
int | index | Argument index. |
Property Value
Type | Description |
---|---|
object | The argument value. |
Implements
Exceptions
Type | Condition |
---|---|
ArgumentOutOfRangeException |
|