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