[]
Inserts an item to the ParameterCollection at the specified index.
public void Insert(int index, Parameter item)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index at which |
| Parameter | item | The object to insert into the ParameterCollection. |
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown when |
| ArgumentOutOfRangeException | Thrown when |