Skip to main content

SuggestionBase(String, Int32) Constructor

Initializes a new SuggestionBase class instance with the specified settings.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v23.2.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public SuggestionBase(
    string suggestion,
    int distance
)

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