[]
Initializes an instance of the Utf32CodeSet.
public Utf32CodeSet()
Public Sub New()
Initializes an instance of the Utf32CodeSet.
public Utf32CodeSet(params int[] firstLastCodes)
Public Sub New(ParamArray firstLastCodes As Integer())
Type | Name | Description |
---|---|---|
int[] | firstLastCodes | Pairs of the first and last UTF-32 characters forming intervals to append. |
Initializes an instance of the Utf32CodeSet.
public Utf32CodeSet(params UnicodeBlock[] unicodeBlocks)
Public Sub New(ParamArray unicodeBlocks As UnicodeBlock())
Type | Name | Description |
---|---|---|
UnicodeBlock[] | unicodeBlocks | An array of named Unicode blocks. |