TreeView 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.
    Object Model
    CodeRanges ClassCodeRange Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class CodeRanges 
       Inherits System.Collections.Generic.List(Of CodeRange)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class CodeRanges : System.Collections.Generic.List<CodeRange> 
    Inheritance Hierarchy

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

    See Also