SuggestionBase(String, Int32) Constructor
Initializes a new SuggestionBase class instance with the specified settings.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
suggestion | String | A String object that specifies a suggested word. |
distance | Int32 | An Int32 object that specifies the Levenshtein distance between the original and the suggested words. |
See Also