| BsonBinaryReaderReadMinKey Method  | 
            Reads a BSON MinKey from the reader.
            
 
Namespace: MongoDB.Bson.IOAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntaxpublic override void ReadMinKey()
Public Overrides Sub ReadMinKey
abstract ReadMinKey : unit -> unit 
override ReadMinKey : unit -> unit 
Implements
IBsonReaderReadMinKey
See Also