TupleCodec<T1,T2,T3,T4> コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
TupleCodec<T1,T2,T3,T4> クラスの新しいインスタンスを初期化します。
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);
new Orleans.Serialization.Codecs.TupleCodec<'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.TupleCodec<'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))
パラメーター
- item1Codec
- IFieldCodec<T1>
T1
コーデック。
- item2Codec
- IFieldCodec<T2>
T2
コーデック。
- item3Codec
- IFieldCodec<T3>
T3
コーデック。
- item4Codec
- IFieldCodec<T4>
T4
コーデック。