'Declaration Public Overloads Function Append( _ ByVal firstCode As System.Integer, _ ByVal lastCode As System.Integer _ ) As Utf32CodeSet
public Utf32CodeSet Append( System.int firstCode, System.int lastCode )
Parameters
- firstCode
- The first UTF-32 character (code point) of the interval.
- lastCode
- The last UTF-32 character (code point) of the interval.
Return Value
The current instance of Utf32CodeSet.