JsonWriter.WriteBytes Method (original) (raw)
MongoDB .NET Driver API Documentation
JsonWriterWriteBytes Method
Writes BSON binary data to the writer.
Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public override void WriteBytes( byte[] bytes )
Public Overrides Sub WriteBytes ( bytes As Byte() )
abstract WriteBytes : bytes : byte[] -> unit override WriteBytes : bytes : byte[] -> unit
Parameters
bytes
Type: SystemByte
The bytes.
Implements
See Also