DeepCopy(Tuple<T1, T2, T3>, CopyContext)
public Tuple<T1, T2, T3>? TupleCopier<T1, T2, DeepCopy(Tuple<T1, T2, T3>? input, CopyContext context) Creates a deep copy of the provided input.
Parameters
inputTuple<T1, T2, T3>- The input.
contextCopyContext- The context.
Returns
A copy of
input, or null if input is null. 