ComponentOne SpellChecker for WinForms
WordDictionary Class
Members 

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace : WordDictionary Class
Dictionary of words and their replacements.
Object Model
WordDictionary Class
Syntax
'Declaration
 
Public Class WordDictionary 
   Inherits System.Collections.Generic.Dictionary(Of String,String)
public class WordDictionary : System.Collections.Generic.Dictionary<string,string> 
Inheritance Hierarchy

System.Object
   System.Collections.Generic.Dictionary<TKey,TValue>
      C1.Win.C1SpellChecker.WordDictionary

See Also

Reference

WordDictionary Members
C1.Win.C1SpellChecker Namespace