BsonReader Constructor (BinaryReader) |
Initializes a new instance of the
BsonReader class
Namespace:
Stimulsoft.Base.Json.Bson
Assembly:
Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax public BsonReader(
BinaryReader reader
)
Public Sub New (
reader As BinaryReader
)
Parameters
- reader
- Type: System.IOBinaryReader
[Missing <param name="reader"/> documentation for "M:Stimulsoft.Base.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader)"]
See Also