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

SuggestionBase(String, Int32) Constructor

Initializes a new SuggestionBase class instance with the specified settings.

Namespace: DevExpress.XtraSpellChecker

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

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