Skip to main content
A newer version of this page is available. .

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