[]
Inserts an IndexEntry into the current collection.
public void Insert(int index, IndexEntry item)
Public Sub Insert(index As Integer, item As IndexEntry)
| Type | Name | Description |
|---|---|---|
| int | index | The position of the inserted item in the collection. |
| IndexEntry | item | The item to insert. |