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