Open sandboxFocus

Property this

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

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