[]
Gets the ParameterValue by specified index
public ParameterValue this[int index] { get; }
Type | Name | Description |
---|---|---|
int | index | Index of the ParameterValue to return. |
Type | Description |
---|---|
ParameterValue | The ParameterValue, otherwise throws exception. |