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

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