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

DictionaryCollection.Empty Property

Returns an empty collection of dictionaries.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public static DictionaryCollection Empty { get; }

Property Value

Type Description
DictionaryCollection

A DictionaryCollection object specifying an empty collection.

See Also