Edit

Share via


TupleCopier<T> Class

Definition

Copier for Tuple<T1>.

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

Type Parameters

T

The element type.

Inheritance
TupleCopier<T>
Attributes
Implements

Constructors

TupleCopier<T>(IDeepCopier<T>)

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

Methods

DeepCopy(Tuple<T>, CopyContext)

Creates a deep copy of the provided input.

IsShallowCopyable()

Applies to