System.IO.UnmanagedMemoryStream.WriteByte Method

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

Syntax

public override void WriteByte (byte value)

Parameters

value
A byte value written to the stream.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0