[]
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 |
|---|---|
| Password | Gets or 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(Stream) | Loads the dictionary from a stream containing the compressed dictionary data. |
| Load(string) | Loads the dictionary from a file. |