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

Namespace:  C1.Silverlight.SpellChecker
Assembly:  C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)

Syntax

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

Inheritance Hierarchy

System..::..Object
  C1.Silverlight.SpellChecker..::..SpellDictionaryBase
    C1.Silverlight.SpellChecker..::..SpellDictionary

See Also