| BsonValueSerializerBaseTBsonValue Constructor | 
 
Namespace: MongoDB.Bson.Serialization.SerializersAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
 Syntax
Syntaxprotected BsonValueSerializerBase(
	Nullable<BsonType> bsonType
)
Protected Sub New ( 
	bsonType As Nullable(Of BsonType)
)
new : 
        bsonType : Nullable<BsonType> -> BsonValueSerializerBaseParameters
- bsonType
- Type: SystemNullableBsonType
 The Bson type.
 See Also
See Also