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