[]
Inserts a new value interval to the collection at the specified position.
public void Insert(int index, ValueInterval vi)
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which ValueInterval should be inserted. |
ValueInterval | vi | The ValueInterval to insert. |