[This is preliminary documentation and is subject to change.]
Writes byte to stream
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static void WriteByte(
Stream stream,
byte value
)
public static void WriteByte(
Stream stream,
byte value
)
Public Shared Sub WriteByte (
stream As Stream,
value As Byte
)
Public Shared Sub WriteByte (
stream As Stream,
value As Byte
)
public:
static void WriteByte(
Stream^ stream,
unsigned char value
)
public:
static void WriteByte(
Stream^ stream,
unsigned char value
)
static member WriteByte :
stream : Stream *
value : byte -> unitstatic member WriteByte :
stream : Stream *
value : byte -> unit