Keyed list of words to ignore while spell-checking.

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

Syntax

C#
public class WordList : KeyedCollection<int, string>
Visual Basic
Public Class WordList _
	Inherits KeyedCollection(Of Integer, String)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'String>)>)>
    System.Collections.ObjectModel..::..KeyedCollection<(Of <(<'Int32, String>)>)>
      C1.Silverlight.SpellChecker..::..WordList

See Also