[]
Inserts an element into the colection at the specified index.
protected override void InsertItem(int index, ValueInterval item)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index at which item should be inserted. |
| ValueInterval | item | The object to insert. The value can be null for reference types. |