Skip to content

ValueTupleCopier<T1, T2, T3>.DeepCopy((T1, T2, T3), CopyContext)

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

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

Parameters

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

Returns

A copy of input.