RecyclableMemoryStream.WriteByte method

October 6, 2021 · View on GitHub

Writes a single byte to the current position in the stream.

public override void WriteByte(byte value)
parameterdescription
valuebyte value to write.

Exceptions

exceptioncondition
ObjectDisposedExceptionObject has been disposed.

See Also