ValueTupleCopier<T1,T2,T3,T4,T5,T6,T7,T8> コンストラクター

定義

ValueTupleCopier<T1,T2,T3,T4,T5,T6,T7,T8> クラスの新しいインスタンスを初期化します。

public ValueTupleCopier (Orleans.Serialization.Cloning.IDeepCopier<T1> copier1, Orleans.Serialization.Cloning.IDeepCopier<T2> copier2, Orleans.Serialization.Cloning.IDeepCopier<T3> copier3, Orleans.Serialization.Cloning.IDeepCopier<T4> copier4, Orleans.Serialization.Cloning.IDeepCopier<T5> copier5, Orleans.Serialization.Cloning.IDeepCopier<T6> copier6, Orleans.Serialization.Cloning.IDeepCopier<T7> copier7, Orleans.Serialization.Cloning.IDeepCopier<T8> copier8);
new Orleans.Serialization.Codecs.ValueTupleCopier<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'T8 (requires 'T8 : struct)> : Orleans.Serialization.Cloning.IDeepCopier<'T1> * Orleans.Serialization.Cloning.IDeepCopier<'T2> * Orleans.Serialization.Cloning.IDeepCopier<'T3> * Orleans.Serialization.Cloning.IDeepCopier<'T4> * Orleans.Serialization.Cloning.IDeepCopier<'T5> * Orleans.Serialization.Cloning.IDeepCopier<'T6> * Orleans.Serialization.Cloning.IDeepCopier<'T7> * Orleans.Serialization.Cloning.IDeepCopier<'T8 (requires 'T8 : struct)> -> Orleans.Serialization.Codecs.ValueTupleCopier<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'T8 (requires 'T8 : struct)>
Public Sub New (copier1 As IDeepCopier(Of T1), copier2 As IDeepCopier(Of T2), copier3 As IDeepCopier(Of T3), copier4 As IDeepCopier(Of T4), copier5 As IDeepCopier(Of T5), copier6 As IDeepCopier(Of T6), copier7 As IDeepCopier(Of T7), copier8 As IDeepCopier(Of T8))

パラメーター

copier1
IDeepCopier<T1>

T1コピー機。

copier2
IDeepCopier<T2>

T2コピー機。

copier3
IDeepCopier<T3>

T3コピー機。

copier4
IDeepCopier<T4>

T4コピー機。

copier5
IDeepCopier<T5>

T5コピー機。

copier6
IDeepCopier<T6>

T6コピー機。

copier7
IDeepCopier<T7>

T7コピー機。

copier8
IDeepCopier<T8>

T8コピー機。

適用対象