Skip to main content

DictionaryCollection.AddRange(ICollection) Method

Appends the elements of a specified collection to the DictionaryCollection object.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v23.2.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public void AddRange(
    ICollection c
)

Parameters

Name Type Description
c ICollection

A generic collection object.

Remarks

Only objects of the SpellCheckerDictionary class, if the DictionaryCollection object does not contain them already, can be added.

See Also