Click or drag to resize

ValueTupleSerializerT1, T2, T3, T4, T5, T6Item2Serializer Property

Gets the Item2 serializer.

Namespace:  MongoDB.Bson.Serialization.Serializers
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
Syntax
public IBsonSerializer<T2> Item2Serializer { get; }

Property Value

Type: IBsonSerializerT2
See Also