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