Table of Contents

Method ReadNull

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

ReadNull(IBsonReader, string)

Reads a BSON null element from the reader.

public static void ReadNull(this IBsonReader reader, string name)

Parameters

reader IBsonReader

The reader.

name string

The name of the element.