Düzenle

Aracılığıyla paylaş


TupleCodec<T1,T2>(IFieldCodec<T1>, IFieldCodec<T2>) Constructor

Definition

Initializes a new instance of the TupleCodec<T1,T2> class.

public TupleCodec (Orleans.Serialization.Codecs.IFieldCodec<T1> item1Codec, Orleans.Serialization.Codecs.IFieldCodec<T2> item2Codec);
new Orleans.Serialization.Codecs.TupleCodec<'T1, 'T2> : Orleans.Serialization.Codecs.IFieldCodec<'T1> * Orleans.Serialization.Codecs.IFieldCodec<'T2> -> Orleans.Serialization.Codecs.TupleCodec<'T1, 'T2>
Public Sub New (item1Codec As IFieldCodec(Of T1), item2Codec As IFieldCodec(Of T2))

Parameters

item1Codec
IFieldCodec<T1>

The T1 codec.

item2Codec
IFieldCodec<T2>

The T2 codec.

Applies to