Base class for built-in and user dictionaries (see (SpellDictionary and UserDictionary).

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public abstract class SpellDictionaryBase : ISpellDictionary
Visual Basic (Declaration)
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public MustInherit Class SpellDictionaryBase _
	Implements ISpellDictionary

Inheritance Hierarchy

System..::..Object
  C1.Web.Editor..::..SpellDictionaryBase
    C1.Web.Editor..::..SpellDictionary
    C1.Web.Editor..::..UserDictionary

See Also