[This is preliminary documentation and is subject to change.]
Writes unsigned 16-bit int to stream
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static void WriteUInt16(
Stream stream,
ushort value
)
public static void WriteUInt16(
Stream stream,
ushort value
)
Public Shared Sub WriteUInt16 (
stream As Stream,
value As UShort
)
Public Shared Sub WriteUInt16 (
stream As Stream,
value As UShort
)
public:
static void WriteUInt16(
Stream^ stream,
unsigned short value
)
public:
static void WriteUInt16(
Stream^ stream,
unsigned short value
)
static member WriteUInt16 :
stream : Stream *
value : uint16 -> unitstatic member WriteUInt16 :
stream : Stream *
value : uint16 -> unit