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