[]
Defines a indicates the candidate list.
public sealed class Ime.ImeCandidateList
| Name | Description |
|---|---|
| ImeCandidateList(ImeCandidateListStyle, string[]) | Initializes a new instance of the Ime.ImeCandidateList class. |
| Name | Description |
|---|---|
| Empty | Defines a empty Ime.ImeCandidateList. |
| _candidates | Saves the candidates. |
| Name | Description |
|---|---|
| Count | Gets the count of the candidates. |
| this[int] | Gets the candidate at given index. |
| Style | Gets the style of the candidate list. |