Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ HasState

override bool System.Text.UnicodeEncoding.Decoder.HasState
getpackage

Definition at line 15 of file UnicodeEncoding.cs.

16 {
17 get
18 {
19 if (lastByte == -1)
20 {
21 return lastChar != '\0';
22 }
23 return true;
24 }
25 }