Table of Contents

Method WriteMinKey

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

WriteMinKey(IBsonWriter, string)

Writes a BSON MinKey element to the writer.

public static void WriteMinKey(this IBsonWriter writer, string name)

Parameters

writer IBsonWriter

The writer.

name string

The name of the element.