DeepCopy((T1, T2, T3, T4, T5), CopyContext)
public (T1, T2, T3, T4, T5) ValueTupleCopier<T1, T2, T3, T4, T5>.DeepCopy((T1, T2, T3, T4, T5) input, CopyContext context) Creates a deep copy of the provided input.
Parameters
input(T1, T2, T3, T4, T5)- The input.
contextCopyContext- The context.
Returns
A copy of
input.