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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public static DictionaryCollection Empty { get; }

Property Value

Type Description
DictionaryCollection

A DictionaryCollection object specifying an empty collection.

See Also