Class that contains a list of additional words and methods for managing the list.

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

Syntax

C#
public class UserDictionary : SpellDictionaryBase, 
	ICollection<string>, IEnumerable<string>, IEnumerable
Visual Basic
Public Class UserDictionary _
	Inherits SpellDictionaryBase _
	Implements ICollection(Of String), IEnumerable(Of String),  _
	IEnumerable

Remarks

This class is used to store user dictionaries. It provides methods for adding and removing words, as well as saving the dictionary.

Inheritance Hierarchy

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

See Also