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