[]
Gets the ParameterValue at the specified index.
public ParameterValue this[int index] { get; set; }
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index of the element to get. |
| Type | Description |
|---|---|
| ParameterValue | The ParameterValue at the specified index. |
| Type | Condition |
|---|---|
| NotSupportedException | The property is set. Setting a value by index is not supported. |
| ArgumentOutOfRangeException | Thrown when |