RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / CharRangeList Class
Members

In This Topic
    CharRangeList Class
    In This Topic
    List of CharRange objects.
    Object Model
    CharRangeList Class
    Syntax
    'Declaration
     
    
    Public Class CharRangeList 
       Inherits System.Collections.Generic.List(Of CharRange)
    public class CharRangeList : System.Collections.Generic.List<CharRange> 
    Inheritance Hierarchy

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

    See Also