ValueTupleCodec<T>(IFieldCodec<T>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ValueTupleCodec<T> class.
public ValueTupleCodec (Orleans.Serialization.Codecs.IFieldCodec<T> valueCodec);
new Orleans.Serialization.Codecs.ValueTupleCodec<'T> : Orleans.Serialization.Codecs.IFieldCodec<'T> -> Orleans.Serialization.Codecs.ValueTupleCodec<'T>
Public Sub New (valueCodec As IFieldCodec(Of T))
Parameters
- valueCodec
- IFieldCodec<T>
The value codec.