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