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)
| parameter | description |
|---|---|
| value | byte value to write. |
Exceptions
| exception | condition |
|---|---|
| ObjectDisposedException | Object has been disposed. |
See Also
- class RecyclableMemoryStream
- namespace Microsoft.IO