[]
Creates a new instance of CodeRange class.
public CodeRange(ushort first, ushort last)
| Type | Name | Description |
|---|---|---|
| ushort | first | |
| ushort | last |
Initialization of the range of character codes
public CodeRange(char ch)
| Type | Name | Description |
|---|---|---|
| char | ch | Adding character. |
Initialization of the range of character codes
public CodeRange(char first, char last)
| Type | Name | Description |
|---|---|---|
| char | first | The first character code. |
| char | last | The last character code. |