[]
Inserts an element into the Collection<T> at the specified index.
protected override void InsertItem(int index, AppearanceStyleInfo item)
Protected Overrides Sub InsertItem(index As Integer, item As AppearanceStyleInfo)
| Type | Name | Description |
|---|---|---|
| int | index | The zero based index at which |
| AppearanceStyleInfo | item | The object to insert. The value can be null for reference types. |
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException |
The -or-
The |
| ArgumentNullException | The |