Click or drag to resize
Json.NET

BsonReader Constructor

 
Overload List
  NameDescription
Public methodBsonReader(BinaryReader)
Initializes a new instance of the BsonReader class.
Public methodBsonReader(Stream)
Initializes a new instance of the BsonReader class.
Public methodBsonReader(BinaryReader, Boolean, DateTimeKind)
Initializes a new instance of the BsonReader class.
Public methodBsonReader(Stream, Boolean, DateTimeKind)
Initializes a new instance of the BsonReader class.
Top
See Also