ValueTupleCopier<T1, T2>(IDeepCopier<T1>, IDeepCopier<T2>)
public ValueTupleCopier<T1, ValueTupleCopier(IDeepCopier<T1> copier1, IDeepCopier<T2> copier2) Initializes a new instance of the
Orleans.Serialization.Codecs.ValueTupleCopier class. Parameters
copier1IDeepCopier<T1>- The copier for
T1. copier2IDeepCopier<T2>- The copier for
T2.
