DictionaryHelper Constructors
Helper class to make working with dictionaries easier.Name | Parameters | Description |
---|---|---|
DictionaryHelper(DictionaryCollection, DictionaryCollection, CultureInfo, Boolean) | spellCheckerDictionaries, sharedDictionaries, culture, useShared | Obsolete. Initializes a new instance of the DictionaryHelper class with the specified settings. |
DictionaryHelper(SpellCheckerBase, DictionaryCollection) | spellChecker, sharedDictionaries | Initializes a new DictionaryHelper class instance with specified settings. |
See Also