ValueTupleCodec<T1,T2,T3,T4> 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<T1,T2,T3,T4> class.
public ValueTupleCodec(Orleans.Serialization.Codecs.IFieldCodec<T1> item1Codec, Orleans.Serialization.Codecs.IFieldCodec<T2> item2Codec, Orleans.Serialization.Codecs.IFieldCodec<T3> item3Codec, Orleans.Serialization.Codecs.IFieldCodec<T4> item4Codec);
new Orleans.Serialization.Codecs.ValueTupleCodec<'T1, 'T2, 'T3, 'T4> : Orleans.Serialization.Codecs.IFieldCodec<'T1> * Orleans.Serialization.Codecs.IFieldCodec<'T2> * Orleans.Serialization.Codecs.IFieldCodec<'T3> * Orleans.Serialization.Codecs.IFieldCodec<'T4> -> Orleans.Serialization.Codecs.ValueTupleCodec<'T1, 'T2, 'T3, 'T4>
Public Sub New (item1Codec As IFieldCodec(Of T1), item2Codec As IFieldCodec(Of T2), item3Codec As IFieldCodec(Of T3), item4Codec As IFieldCodec(Of T4))
Parameters
- item1Codec
- IFieldCodec<T1>
The T1 codec.
- item2Codec
- IFieldCodec<T2>
The T2 codec.
- item3Codec
- IFieldCodec<T3>
The T3 codec.
- item4Codec
- IFieldCodec<T4>
The T4 codec.