Skip to content

ValueTupleCopier<T1, T2, T3, T4, T5, T6, T7> Methods

Copier for System.ValueTuple.

DeepCopy((T1, T2, T3, T4, T5, T6, T7), CopyContext)

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

Parameters

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

Returns

A copy of input.

IsShallowCopyable

View source
public bool ValueTupleCopier<T1, T2, T3, T4, T5, T6, IsShallowCopyable()
Returns true if the type is shallow-copyable.