Utf32CodeSet Class Members
In This Topic
The following tables list the members exposed by Utf32CodeSet.
Public Constructors
Public Properties
| Name | Description |
| Intervals | Gets the list of intervals. |
Top
Public Methods
| Name | Description |
| Append | Overloaded. Appends an interval of UTF-32 characters (code points). |
| Exclude | Overloaded. Excludes an interval of UTF-32 characters (code points). |
| GetInterval | Returns the first and last code points of a named range of Unicode characters. |
| GetUnicodeBlock | Returns a named range of Unicode characters for the specified UTF-32 character (code point). |
| ToHashSet | Creates a HashSet with the current set of codes. |
Top
See Also