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 | |
| ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | ------------------------------------- |
| | CurrentBsonType | Gets the current BsonType. |
|
| State | Gets the current state of the reader. |
Methods
Extension Methods
See Also