SerializerBaseTValueValueType Property |
Gets the type of the values.
Namespace:
MongoDB.Bson.Serialization.Serializers
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
Syntax public Type ValueType { get; }
Public ReadOnly Property ValueType As Type
Get
abstract ValueType : Type with get
override ValueType : Type with get
Property Value
Type:
Type
The type of the values.
Implements
IBsonSerializerValueTypeSee Also