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