TupleCopier<T1, T2>
class
Namespace: Orleans.Serialization.Codecs
Copier for
System.Tuplepublic sealed class TupleCopier<T1, T2> : IDeepCopier, IDeepCopier<Tuple<T1, T2>>, IOptionalDeepCopierConstructors
TupleCopier<T1, T2>(IDeepCopier<T1>, IDeepCopier<T2>)Initializes a new instance of theOrleans.Serialization.Codecs.TupleCopierclass.
Methods
DeepCopy(Tuple<T1, T2>, CopyContext)Creates a deep copy of the provided input.IsShallowCopyableReturns true if the type is shallow-copyable.
