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