Edit

Share via


Writer<TBufferWriter>.WriteByte(Byte) Method

Definition

Writes the provided Byte to the output buffer.

public void WriteByte (byte value);
member this.WriteByte : byte -> unit
Public Sub WriteByte (value As Byte)

Parameters

value
Byte

The value.

Applies to