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