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

C1.WPF.SpellChecker 名前空間 : WordList クラス
スペルチェック中に無視する単語のキー付きリスト。
オブジェクト モデル
WordList クラス
シンタックス
'宣言
 
<System.Reflection.DefaultMemberAttribute("Item")>
<System.Diagnostics.DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)>
<System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")>
Public Class WordList 
   Inherits System.Collections.ObjectModel.KeyedCollection(Of Integer,String)
[System.Reflection.DefaultMember("Item")]
[System.Diagnostics.DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
[System.Diagnostics.DebuggerDisplay("Count = {Count}")]
public class WordList : System.Collections.ObjectModel.KeyedCollection<int,string> 
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.WPF.SpellChecker.WordList

参照

WordList メンバ
C1.WPF.SpellChecker 名前空間