[]
Adds an IndexEntry to the current collection.
public int Add(IndexEntry item)
Public Function Add(item As IndexEntry) As Integer
| Type | Name | Description |
|---|---|---|
| IndexEntry | item | The item to add. |
| Type | Description |
|---|---|
| int | The index of the newly added item in the current collection. |