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