C1.WPF.PrintDocument.4.6.2 Assembly / C1.Util Namespace / CodeRanges Class
Members

CodeRanges Class
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)
 
Inheritance Hierarchy

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

See Also