BsonReader Class (original) (raw)

Represents a BSON reader for some external format (see subclasses).

Inheritance Hierarchy

Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public abstract class BsonReader : IBsonReader, IDisposable

Public MustInherit Class BsonReader Implements IBsonReader, IDisposable

[] type BsonReader =
class interface IBsonReader interface IDisposable end

The BsonReader type exposes the following members.

Constructors

| | Name | Description | | | ----------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | --------------------------------------------------- | | Protected method | BsonReader | Initializes a new instance of the BsonReader class. |

Top

Properties

Methods

Extension Methods

See Also

Reference