Skip to content

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

Copier for System.ValueTuple.

DeepCopy(ValueTuple<T1, T2, T3, T4, T5, T6, T7, T8>, CopyContext)

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

Parameters

inputValueTuple<T1, T2, T3, T4, T5, T6, T7, T8>
The input.
contextCopyContext
The context.

Returns

A copy of input.

IsShallowCopyable

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