[]
Gets or sets the item by speical index.
public LexiconItem this[int index] { get; set; }
Public Default Property Item(index As Integer) As LexiconItem
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Description |
|---|---|
| LexiconItem | The LexiconItem at the index. |