Table of Contents

Method WriteRawBsonArray

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

WriteRawBsonArray(IBsonWriter, string, IByteBuffer)

Writes a raw BSON array.

public static void WriteRawBsonArray(this IBsonWriter writer, string name, IByteBuffer slice)

Parameters

writer IBsonWriter

The writer.

name string

The name.

slice IByteBuffer

The byte buffer containing the raw BSON array.