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

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.v20.2.Core.dll

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public void AddRange(
    IEnumerable<SuggestionBase> collection
)

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