ValueTupleCopier Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copier for ValueTuple.
[Orleans.RegisterCopier]
public sealed class ValueTupleCopier : Orleans.Serialization.Cloning.IDeepCopier<ValueTuple>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ValueTupleCopier = class
interface IDeepCopier<ValueTuple>
interface IDeepCopier
interface IOptionalDeepCopier
Public NotInheritable Class ValueTupleCopier
Implements IDeepCopier(Of ValueTuple), IOptionalDeepCopier
- Inheritance
-
ValueTupleCopier
- Attributes
- Implements
Constructors
ValueTupleCopier() |
Methods
DeepCopy(ValueTuple, CopyContext) |
Creates a deep copy of the provided input. |
IsShallowCopyable() |
Returns true if the type is shallow-copyable. |
Explicit Interface Implementations
IDeepCopier.DeepCopy(Object, CopyContext) |
Creates a deep copy of the provided untyped input. The type must still match the copier instance! |