[]
Initializes an instance of the Utf32Interval.
public Utf32Interval(int firstCode, int lastCode)
| Type | Name | Description |
|---|---|---|
| int | firstCode | The first UTF-32 character (code point) of the interval. |
| int | lastCode | The last UTF-32 character (code point) of the interval. |
Initializes an instance of the Utf32Interval.
public Utf32Interval(int firstCode, int lastCode, bool exclude)
| Type | Name | Description |
|---|---|---|
| int | firstCode | The first UTF-32 character (code point) of the interval. |
| int | lastCode | The last UTF-32 character (code point) of the interval. |
| bool | exclude | Indicates if the interval should be excluded from the resulting set of characters. |