Edit

Share via


TupleCopier<T1,T2,T3,T4,T5,T6,T7,T8>.DeepCopy Method

Definition

Creates a deep copy of the provided input.

public Tuple<T1,T2,T3,T4,T5,T6,T7,T8> DeepCopy (Tuple<T1,T2,T3,T4,T5,T6,T7,T8> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : 'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6 * 'T7 * 'T8 * Orleans.Serialization.Cloning.CopyContext -> 'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6 * 'T7 * 'T8
override this.DeepCopy : 'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6 * 'T7 * 'T8 * Orleans.Serialization.Cloning.CopyContext -> 'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6 * 'T7 * 'T8
Public Function DeepCopy (input As Tuple(Of T1, T2, T3, T4, T5, T6, T7, T8), context As CopyContext) As Tuple(Of T1, T2, T3, T4, T5, T6, T7, T8)

Parameters

input
Tuple<T1,T2,T3,T4,T5,T6,T7,T8>

The input.

context
CopyContext

The context.

Returns

Tuple<T1,T2,T3,T4,T5,T6,T7,T8>

A copy of input.

Implements

Applies to