

'宣言 Public Class CodeRanges Inherits System.Collections.Generic.List(Of CodeRange)
'使用法 Dim instance As CodeRanges
public class CodeRanges : System.Collections.Generic.List<CodeRange>
System.Object
   System.Collections.Generic.List<T>
      C1.Util.CodeRanges