Edit

Share via


Reader<TInput>.ReadByte Method

Definition

Reads a byte from the input.

public byte ReadByte ();
member this.ReadByte : unit -> byte
Public Function ReadByte () As Byte

Returns

The byte which was read.

Applies to