[]
Inserts an element into the collection at the specified index.
public void Insert(int index, Annotation value)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index at which should be inserted.
|
| Annotation | value | The Annotation to insert. |