Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
SurrogateChar (int ch) | |
SurrogateChar (char lowChar, char highChar) | |
Static Public Attributes | |
const int | MinValue = 65536 |
const int | MaxValue = 1114111 |
Properties | |
char | LowChar [get] |
char | HighChar [get] |
int | Char [get] |
Private Attributes | |
readonly char | _lowChar |
readonly char | _highChar |
Static Private Attributes | |
const char | surHighMin = '\ud800' |
const char | surHighMax = '\udbff' |
const char | surLowMin = '\udc00' |
const char | surLowMax = '\udfff' |
Definition at line 6 of file SurrogateChar.cs.