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