共用方式為


TupleCodec<T1,T2,T3,T4,T5,T6> 建構函式

定義

初始化 TupleCodec<T1,T2,T3,T4,T5,T6> 類別的新執行個體。

public TupleCodec (Orleans.Serialization.Codecs.IFieldCodec<T1> item1Codec, Orleans.Serialization.Codecs.IFieldCodec<T2> item2Codec, Orleans.Serialization.Codecs.IFieldCodec<T3> item3Codec, Orleans.Serialization.Codecs.IFieldCodec<T4> item4Codec, Orleans.Serialization.Codecs.IFieldCodec<T5> item5Codec, Orleans.Serialization.Codecs.IFieldCodec<T6> item6Codec);
new Orleans.Serialization.Codecs.TupleCodec<'T1, 'T2, 'T3, 'T4, 'T5, 'T6> : Orleans.Serialization.Codecs.IFieldCodec<'T1> * Orleans.Serialization.Codecs.IFieldCodec<'T2> * Orleans.Serialization.Codecs.IFieldCodec<'T3> * Orleans.Serialization.Codecs.IFieldCodec<'T4> * Orleans.Serialization.Codecs.IFieldCodec<'T5> * Orleans.Serialization.Codecs.IFieldCodec<'T6> -> Orleans.Serialization.Codecs.TupleCodec<'T1, 'T2, 'T3, 'T4, 'T5, 'T6>
Public Sub New (item1Codec As IFieldCodec(Of T1), item2Codec As IFieldCodec(Of T2), item3Codec As IFieldCodec(Of T3), item4Codec As IFieldCodec(Of T4), item5Codec As IFieldCodec(Of T5), item6Codec As IFieldCodec(Of T6))

參數

item1Codec
IFieldCodec<T1>

T1編解碼器。

item2Codec
IFieldCodec<T2>

T2編解碼器。

item3Codec
IFieldCodec<T3>

T3編解碼器。

item4Codec
IFieldCodec<T4>

T4編解碼器。

item5Codec
IFieldCodec<T5>

T5編解碼器。

item6Codec
IFieldCodec<T6>

T6編解碼器。

適用於