Initializes an instance of the
Utf32Interval.
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public Utf32Interval(
System.int ,
System.int
)
パラメータ
- firstCode
- The first UTF-32 character (code point) of the interval.
- lastCode
- The last UTF-32 character (code point) of the interval.
参照