[]
Class that contains a list of words and methods looking them up and loading them from a compressed file.
public class SpellDictionary : SpellDictionaryBase, ISpellDictionary
Name | Description |
---|---|
FileName | Gets or sets the name of the file that contains the dictionary. |
Password | Sets the password needed to load password-protected dictionaries. |
WordCount | Gets the number of words loaded in the dictionary. |
Name | Description |
---|---|
Contains(string) | Checks whether the dictionary contains a given word. |
Load() | Loads the dictionary from the file specified by the FileName property. |