SuggestionCollection.Merge(SuggestionCollection) Method
Appends elements that are not found within the collection to that collection.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
collection | SuggestionCollection | A SuggestionCollection whose elements are to be added to the collection. |
See Also