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