[]
Inserts an item to the ParameterValueCollection at the specified index.
public void Insert(int index, ParameterValue item)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index at which |
| ParameterValue | item | The object to insert into the ParameterValueCollection. |
| Type | Condition |
|---|---|
| NotSupportedException | Insert is not supported by the underlying parameter value collection. |