BsonWriter Constructor (stream)

Json.NET

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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)