SuggestionCollection.AddRange(IEnumerable<SuggestionBase>) Method
Adds the elements of the specified collection to the end of the current collection.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
collection | IEnumerable<SuggestionBase> | The collection of SuggestionBase objects, whose elements should be added to the end of the current collection. |
See Also