Insert(int, RdmParameter) Method
Syntax:
public void IndexOf(int index, RdmParameter value)
Description:
Inserts the specified parameter value into the parameter collection at index.
Parameters:
index
Type: System.Int32
The index in the array where the parameter should be inserted.
value
Type: RdmParameter
The parameter to be inserted.
Exceptions:
| Exception | Condition |
|---|---|
| ArgumentException | The specified value already exists in the collection. |
| ArgumentException | The value is not a valid RdmParameter. |
| ArgumentOutOfRangeException | The index specified is less than zero or greater than Count. |