IBsonReader Interface (original) (raw)

Represents a BSON reader.

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

Syntax

public interface IBsonReader : IDisposable

Public Interface IBsonReader Inherits IDisposable

type IBsonReader =
interface interface IDisposable end

The IBsonReader type exposes the following members.

Properties

| | Name | Description | | | ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | ------------------------------------- | | Public property | CurrentBsonType | Gets the current BsonType. | | Public property | State | Gets the current state of the reader. |

Top

Methods

Extension Methods

See Also

Reference