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