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

In This Topic
    WordDictionary Class
    In This Topic
    Dictionary of words and their replacements.
    Syntax
    'Declaration
     
    
    <DebuggerDisplayAttribute("Count = {Count}")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)>
    <DefaultMemberAttribute("Item")>
    Public Class WordDictionary 
       Inherits System.Collections.Generic.Dictionary(Of String,String)
    [DebuggerDisplay("Count = {Count}")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
    [DefaultMember("Item")]
    public class WordDictionary : System.Collections.Generic.Dictionary<string,string> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.Dictionary<TKey,TValue>
          C1.Silverlight.SpellChecker.WordDictionary

    See Also