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