Click or drag to resize
TupleSerializer<T1, T2, T3, T4, T5, T6, T7>.Item7Serializer Property
Gets the Item7 serializer.

Namespace: MongoDB.Bson.Serialization.Serializers
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.2.0
Syntax
public IBsonSerializer<T7> Item7Serializer { get; }

Property Value

Type: IBsonSerializer<T7>
See Also