SpellChecker for WPF/Silverlight
WordDictionary クラス
メンバ 

C1.Silverlight.SpellChecker 名前空間 : WordDictionary クラス
単語およびその置換先の単語の辞書。
オブジェクト モデル
WordDictionary クラス
シンタックス
'宣言
 
<System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")>
<System.Diagnostics.DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)>
<System.Reflection.DefaultMemberAttribute("Item")>
Public Class WordDictionary 
   Inherits System.Collections.Generic.Dictionary(Of String,String)
[System.Diagnostics.DebuggerDisplay("Count = {Count}")]
[System.Diagnostics.DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
[System.Reflection.DefaultMember("Item")]
public class WordDictionary : System.Collections.Generic.Dictionary<string,string> 
継承階層

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

参照

WordDictionary メンバ
C1.Silverlight.SpellChecker 名前空間