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

DictionaryCollection.AddRange(ICollection) Method

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

Namespace: DevExpress.XtraSpellChecker

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

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