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

SuggestionCollection.Add(SuggestionBase) Method

Adds a SuggestionBase object to the end of the collection.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public void Add(
    SuggestionBase suggestion
)

Parameters

Name Type Description
suggestion SuggestionBase

A SuggestionBase object to be added to the collection.

See Also