Skip to main content

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

NuGet Package: DevExpress.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