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