Skip to main content

SuggestionCollection.Add(SuggestionBase) Method

Adds a SuggestionBase object to the end of the collection.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public void Add(
    SuggestionBase suggestion
)

Parameters

Name Type Description
suggestion SuggestionBase

A SuggestionBase object to be added to the collection.

See Also