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