NDictionary Class Methods
In This Topic
For a list of all members of this type, see NDictionary members.
Public Methods
| Name | Description |
| AddWord | Adds the given word to the dictionary. |
| GetAllWords | Gets an iterator that iterates through all words currently stored in the dictionary. |
| GetSuggestions | Gets an iterator that iterates through the words which are similar to the given one and may be used as suggestions in spell checking. The most similar words come first. |
| IsCorrect | Checks whether the given word is correct according to this spell check dictionary. |
| RemoveAllWords | Removes all words from the dictionary. |
Top
Protected Methods
See Also