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