Edit

Share via


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

Definition

Creates a deep copy of the provided input.

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

Parameters

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

The input.

context
CopyContext

The context.

Returns

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

A copy of input.

Implements

Applies to