Skip to main content

DictionaryCollection.Empty Property

Returns an empty collection of dictionaries.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v24.1.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