UInt16Serializer Constructor (BsonType) |
Namespace: MongoDB.Bson.Serialization.SerializersAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public UInt16Serializer(
BsonType representation
)
Public Sub New (
representation As BsonType
)
new :
representation : BsonType -> UInt16Serializer
Parameters
- representation
- Type: MongoDB.BsonBsonType
The representation.
See Also