BsonReader
Represents a reader that provides fast, non-cached, forward-only access to serialized BSON data.
            
                
Gets or sets the  DateTimeKind used when reading  DateTime values from BSON.
            
Gets or sets a value indicating whether binary data reading should be compatible with incorrect Json.NET 3.5 written binary.
            
Gets or sets a value indicating whether the root object will be read as a JSON array.
            
Initializes a new instance of the  BsonReader class.
            
Initializes a new instance of the  BsonReader class.
            
Initializes a new instance of the  BsonReader class.
            
public BsonReader(BinaryReader reader, bool readRootValueAsArray, DateTimeKind dateTimeKindHandling)
Initializes a new instance of the  BsonReader class.