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

C1.Silverlight.SpellChecker 名前空間 : CharRangeList クラス
CharRange オブジェクトのリスト。
オブジェクト モデル
CharRangeList クラス
シンタックス
'宣言
 
<System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")>
<System.Diagnostics.DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<System.Reflection.DefaultMemberAttribute("Item")>
Public Class CharRangeList 
   Inherits System.Collections.Generic.List(Of CharRange)
[System.Diagnostics.DebuggerDisplay("Count = {Count}")]
[System.Diagnostics.DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[System.Reflection.DefaultMember("Item")]
public class CharRangeList : System.Collections.Generic.List<CharRange> 
継承階層

System.Object
   System.Collections.Generic.List<T>
      C1.Silverlight.SpellChecker.CharRangeList

参照

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