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

SuggestionCollection.Merge(SuggestionCollection) Method

Appends elements that are not found within the collection to that collection.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public void Merge(
    SuggestionCollection collection
)

Parameters

Name Type Description
collection SuggestionCollection

A SuggestionCollection whose elements are to be added to the collection.

See Also