Table of Contents

Method ReadRawBsonArray

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

ReadRawBsonArray(IBsonReader, string)

Reads a raw BSON array.

public static IByteBuffer ReadRawBsonArray(this IBsonReader reader, string name)

Parameters

reader IBsonReader

The reader.

name string

The name.

Returns

IByteBuffer

The raw BSON array.