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

In This Topic
    CharRangeList Class
    In This Topic
    List of CharRange objects.
    Object Model
    CharRangeList ClassCharRange Class
    Syntax
    'Declaration
     
    
    <DebuggerDisplayAttribute("Count = {Count}")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DefaultMemberAttribute("Item")>
    Public Class CharRangeList 
       Inherits System.Collections.Generic.List(Of CharRange)
    [DebuggerDisplay("Count = {Count}")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DefaultMember("Item")]
    public class CharRangeList : System.Collections.Generic.List<CharRange> 
    Inheritance Hierarchy

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

    See Also