[]
Initializes an instance of the Utf32Interval.
public Utf32Interval(int firstCode, int lastCode)
Public Sub New(firstCode As Integer, lastCode As Integer)
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)
Public Sub New(firstCode As Integer, lastCode As Integer, exclude As Boolean)