[]
Inserts an element into the SelectorSetterCollection at the specified index.
protected override void InsertItem(int index, SelectorSetter item)
Protected Overrides Sub InsertItem(index As Integer, item As SelectorSetter)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index at which item should be inserted. |
| SelectorSetter | item | The SelectorSetter object to insert. |
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException |
|
| ArgumentException |