Table of Contents

Method ReadUndefined

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

ReadUndefined(IBsonReader, string)

Reads a BSON undefined element from the reader.

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

Parameters

reader IBsonReader

The reader.

name string

The name of the element.