ValueTupleCodec<T>(IFieldCodec<T>)
public ValueTupleCodec(IFieldCodec<T> valueCodec) Initializes a new instance of the
Orleans.Serialization.Codecs.ValueTupleCodec class. Parameters
valueCodecIFieldCodec<T>- The value codec.
