Edit

Share via


ValueTupleCopier<T> Class

Definition

Copier for ValueTuple<T1>.

[Orleans.RegisterCopier]
public sealed class ValueTupleCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<(T)>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ValueTupleCopier<'T> = class
    interface IDeepCopier<ValueTuple<'T>>
    interface IDeepCopier
    interface IOptionalDeepCopier
Public NotInheritable Class ValueTupleCopier(Of T)
Implements IDeepCopier(Of ValueTuple(Of T)), IOptionalDeepCopier

Type Parameters

T

The element type.

Inheritance
ValueTupleCopier<T>
Attributes
Implements

Constructors

ValueTupleCopier<T>(IDeepCopier<T>)

Initializes a new instance of the ValueTupleCopier<T> class.

Methods

DeepCopy(ValueTuple<T>, 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)

Applies to