Edit

Share via


ReaderInput.ReadByte Method

Definition

Reads a byte from the input.

public abstract byte ReadByte ();
abstract member ReadByte : unit -> byte
Public MustOverride Function ReadByte () As Byte

Returns

The byte which was read.

Applies to