BsonBinaryReader Class (original) (raw)
MongoDB .NET Driver API Documentation
Represents a BSON reader for a binary BSON byte array.
Inheritance Hierarchy
Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public class BsonBinaryReader : BsonReader
Public Class BsonBinaryReader Inherits BsonReader
type BsonBinaryReader =
class
inherit BsonReader
end
The BsonBinaryReader type exposes the following members.
Constructors
Properties
Methods
Extension Methods
See Also