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