BsonDeserializationContextReader Property |
Gets the reader.
Namespace: MongoDB.Bson.SerializationAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public IBsonReader Reader { get; }
Public ReadOnly Property Reader As IBsonReader
Get
member Reader : IBsonReader with get
Property Value
Type:
IBsonReader
The reader.
See Also