Skip to content

ValueTupleCopier<T1, T2, T3, T4> Methods

Copier for System.ValueTuple.

DeepCopy((T1, T2, T3, T4), CopyContext)

View source
public (T1, T2, T3, T4) ValueTupleCopier<T1, T2, T3, T4>.DeepCopy((T1, T2, T3, T4) input, CopyContext context)
Creates a deep copy of the provided input.

Parameters

input(T1, T2, T3, T4)
The input.
contextCopyContext
The context.

Returns

A copy of input.