[]
        
(Showing Draft Content)

C1.Win.Util.CodeRange.-ctor

CodeRange Constructor

CodeRange(ushort, ushort)

Creates a new instance of CodeRange class.

Declaration
public CodeRange(ushort first, ushort last)
Parameters
Type Name Description
ushort first
ushort last

CodeRange(char)

Initialization of the range of character codes

Declaration
public CodeRange(char ch)
Parameters
Type Name Description
char ch

Adding character.

CodeRange(char, char)

Initialization of the range of character codes

Declaration
public CodeRange(char first, char last)
Parameters
Type Name Description
char first

The first character code.

char last

The last character code.