Edit

Share via


TupleCopier<T1,T2> Class

Definition

Copier for Tuple<T1,T2>

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

Type Parameters

T1

The type of the tuple's first component.

T2

The type of the tuple's second component.

Inheritance
TupleCopier<T1,T2>
Attributes
Implements

Constructors

TupleCopier<T1,T2>(IDeepCopier<T1>, IDeepCopier<T2>)

Initializes a new instance of the TupleCopier<T1,T2> class.

Methods

DeepCopy(Tuple<T1,T2>, CopyContext)
IsShallowCopyable()

Applies to