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