Table of Contents

Method WriteMaxKey

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

WriteMaxKey(IBsonWriter, string)

Writes a BSON MaxKey element to the writer.

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

Parameters

writer IBsonWriter

The writer.

name string

The name of the element.