| BsonReaderReadNull Method | 
            Reads a BSON null from the reader.
            
 
Namespace: MongoDB.Bson.IOAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
 Syntax
Syntaxpublic abstract void ReadNull()
Public MustOverride Sub ReadNull
abstract ReadNull : unit -> unit 
Implements
IBsonReaderReadNull See Also
See Also