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