Method WriteMaxKey
WriteMaxKey(IBsonWriter, string)
Writes a BSON MaxKey element to the writer.
public static void WriteMaxKey(this IBsonWriter writer, string name)
Parameters
writer
IBsonWriterThe writer.
name
stringThe name of the element.