Table of Contents

Method WriteBytes

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

WriteBytes(byte[])

Writes BSON binary data to the writer.

public override void WriteBytes(byte[] bytes)

Parameters

bytes byte[]

The bytes.