[]
Gets the candidate at given index.
public string this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As String
| Type | Name | Description |
|---|---|---|
| int | index | An int indicates the given index. |
| Type | Description |
|---|---|
| string | A string indicates the candidate. |