Input for WinForms | ComponentOne
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.
    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