Initializes a new instance of the
BsonReader class.

Declaration Syntax
public BsonReader(
Stream stream
)
Public Sub New ( _
stream As Stream _
)
public:
BsonReader(
Stream^ stream
)

Parameters
- stream (Stream)
- The stream.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13929)