Class that contains a list of words and methods looking them up and loading them from a compressed file.

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

Syntax

C#
public class SpellDictionary : SpellDictionaryBase
Visual Basic (Declaration)
Public Class SpellDictionary _
	Inherits SpellDictionaryBase

Inheritance Hierarchy

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

See Also