ComponentOne SpellChecker for WPF and Silverlight
C1.Silverlight.SpellChecker Namespace / WordList Class
Members

In This Topic
    WordList Class
    In This Topic
    Keyed list of words to ignore while spell-checking.
    Syntax
    'Declaration
     
    
    <DebuggerDisplayAttribute("Count = {Count}")>
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)>
    Public Class WordList 
       Inherits System.Collections.ObjectModel.KeyedCollection(Of Integer,String)
    [DebuggerDisplay("Count = {Count}")]
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
    public class WordList : System.Collections.ObjectModel.KeyedCollection<int,string> 
    Inheritance Hierarchy
    See Also