Click or drag to resize
BsonValueSerializerBaseTBsonValue Constructor

Namespace: MongoDB.Bson.Serialization.Serializers
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax
protected BsonValueSerializerBase(
	Nullable<BsonType> bsonType
)

Parameters

bsonType
Type: SystemNullableBsonType
The Bson type.
See Also