BsonReader Constructor (reader)

Json.NET

Json.NET - Quick Starts & API Documentation BsonReader Constructor (reader)
NamespacesNewtonsoft.Json.BsonBsonReaderBsonReader(BinaryReader)
Initializes a new instance of the BsonReader class.
Declaration Syntax
C# Visual Basic Visual C++
public BsonReader(
	BinaryReader reader
)
Public Sub New ( _
	reader As BinaryReader _
)
public:
BsonReader(
	BinaryReader^ reader
)
Parameters
reader (BinaryReader)
The reader.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)