Skip to content

TupleCopier<T1, T2> Constructors

Copier for System.Tuple

TupleCopier<T1, T2>(IDeepCopier<T1>, IDeepCopier<T2>)

View source
public TupleCopier<T1, TupleCopier(IDeepCopier<T1> copier1, IDeepCopier<T2> copier2)
Initializes a new instance of the Orleans.Serialization.Codecs.TupleCopier class.

Parameters

copier1IDeepCopier<T1>
The copier for T1.
copier2IDeepCopier<T2>
The copier for T2.