[]
        
(Showing Draft Content)

C1.Win.Util.CodeRanges

CodeRanges Class

Represents collection of unique CodeRange objects. All CodeRange objects within collection not intersect and sorted by First field.

Inheritance
CodeRanges
Namespace: C1.Win.Util
Assembly: C1.Win.4.8.dll
Syntax
public class CodeRanges : List<CodeRange>, IList<CodeRange>, ICollection<CodeRange>, IList, ICollection, IReadOnlyList<CodeRange>, IReadOnlyCollection<CodeRange>, IEnumerable<CodeRange>, IEnumerable, ICloneable
Public Class CodeRanges
    Inherits List(Of CodeRange)
    Implements IList(Of CodeRange), ICollection(Of CodeRange), IList, ICollection, IReadOnlyList(Of CodeRange), IReadOnlyCollection(Of CodeRange), IEnumerable(Of CodeRange), IEnumerable, ICloneable

Constructors

Name Description
CodeRanges()

Methods

Name Description
Add(CodeRange)
Add(char)
Add(char, char)
Add(char[])
Add(IEnumerable<CodeRange>)
Add(string)
AddNoCheck(CodeRange)

Adds CodeRange object to current without any check, typically used during deserialization.

AssignFrom(CodeRanges)
Clone()
ContainsAllChars()

Gets a value indicating whether the CodeRanges collection contains all characters from 0x0000 to 0xFFFF.

GetGlyphs()

Gets the array of chars contained in this list of code ranges.