Method ReadNull
ReadNull(IBsonReader, string)
Reads a BSON null element from the reader.
public static void ReadNull(this IBsonReader reader, string name)Parameters
- readerIBsonReader
- The reader. 
- namestring
- The name of the element. 
Reads a BSON null element from the reader.
public static void ReadNull(this IBsonReader reader, string name)reader IBsonReaderThe reader.
name stringThe name of the element.