[]
Specifies an interval of UTF-32 characters (code points).
public struct Utf32Interval
Public Structure Utf32Interval
| Name | Description |
|---|---|
| Utf32Interval(int, int) | Initializes an instance of the Utf32Interval. |
| Utf32Interval(int, int, bool) | Initializes an instance of the Utf32Interval. |
| Name | Description |
|---|---|
| Exclude | Gets a value indicating if the interval should be excluded from the resulting set of characters. |
| FirstCode | Gets the first UTF-32 character (code point) of the interval. |
| LastCode | Gets the last UTF-32 character (code point) of the interval. |
| UnicodeBlock | Gets the value identifying the named range of Unicode characters. |