ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / WordList Class
Members

In This Topic
    WordList Class
    In This Topic
    Keyed list of words to ignore while spell-checking.
    Object Model
    WordList Class
    Syntax
    'Declaration
     
    Public Class WordList 
       Inherits System.Collections.ObjectModel.KeyedCollection(Of Integer,String)
    public class WordList : System.Collections.ObjectModel.KeyedCollection<int,string> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
             C1.Win.C1SpellChecker.WordList

    See Also