TupleCodec<T1,T2,T3,T4,T5> Конструктор
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Инициализирует новый экземпляр класса TupleCodec<T1,T2,T3,T4,T5>.
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);
new Orleans.Serialization.Codecs.TupleCodec<'T1, 'T2, 'T3, 'T4, 'T5> : 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.TupleCodec<'T1, 'T2, 'T3, 'T4, 'T5>
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))
Параметры
- item1Codec
- IFieldCodec<T1>
Кодек T1
.
- item2Codec
- IFieldCodec<T2>
Кодек T2
.
- item3Codec
- IFieldCodec<T3>
Кодек T3
.
- item4Codec
- IFieldCodec<T4>
Кодек T4
.
- item5Codec
- IFieldCodec<T5>
Кодек T5
.