Table of Contents

Method WriteRawBsonArray

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

WriteRawBsonArray(IByteBuffer)

Writes a raw BSON array.

public override void WriteRawBsonArray(IByteBuffer slice)

Parameters

slice IByteBuffer

The byte buffer containing the raw BSON array.