'Declaration
<DebuggerTypeProxyAttribute(System.Collections.Generic.ICollectionDebugView`1)> <DefaultMemberAttribute("Item")> <DebuggerDisplayAttribute("Count = {Count}")> Public Class CodeRanges Inherits System.Collections.Generic.List(Of CodeRange)
[DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)] [DefaultMember("Item")] [DebuggerDisplay("Count = {Count}")] public class CodeRanges : System.Collections.Generic.List<CodeRange>