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

◆ AddByte() [2/4]

bool System.Text.Encoding.EncodingByteBuffer.AddByte ( byte b1)
inlinepackage

Definition at line 286 of file Encoding.cs.

287 {
288 return AddByte(b1, 0);
289 }
unsafe bool AddByte(byte b, int moreBytesExpected)
Definition Encoding.cs:271

References System.Text.Encoding.EncodingByteBuffer.AddByte().