Json.NET - Quick Starts & API Documentation
BsonReader Constructor (stream)
NamespacesNewtonsoft.Json.BsonBsonReaderBsonReader(Stream)
Initializes a new instance of the BsonReader class.
Declaration Syntax
C#Visual BasicVisual C++
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)