InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / CodeRanges Class
Members

In This Topic
    CodeRanges Class
    In This Topic
    Represents collection of unique CodeRange objects. All CodeRange objects within collection not intersect and sorted by First field.
    Object Model
    CodeRanges Class
    Syntax
    'Declaration
     
    Public Class CodeRanges 
       Inherits System.Collections.Generic.List(Of CodeRange)
    public class CodeRanges : System.Collections.Generic.List<CodeRange> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          C1.Util.CodeRanges

    See Also