Skip to content

TupleCopier<T1, T2, T3, T4, T5> Methods

Copier for System.Tuple.

DeepCopy(Tuple<T1, T2, T3, T4, T5>, CopyContext)

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

Parameters

inputTuple<T1, T2, T3, T4, T5>
The input.
contextCopyContext
The context.

Returns

A copy of input.