# ValueTupleCopier&lt;T1, T2, T3, T4, T5, T6&gt; Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.codecs.valuetuplecopier-6/)

## DeepCopy((T1, T2, T3, T4, T5, T6), CopyContext) {#deepcopy-t1-t2-t3-t4-t5-t6-orleans-serialization-cloning-copycontext-798d55c3}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.codecs.valuetuplecopier-6/methods/deepcopy-t1-t2-t3-t4-t5-t6-orleans-serialization-cloning-copycontext-798d55c3/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization/Codecs/ValueTupleCodec.cs#L823-L829)

```csharp
public (T1, T2, T3, T4, T5, T6) ValueTupleCopier<T1, T2, T3, T4, T5, T6>.DeepCopy((T1, T2, T3, T4, T5, T6) input, CopyContext context)
```

Creates a deep copy of the provided input.

### Parameters

- `input` (`(T1, T2, T3, T4, T5, T6)`): The input.
- `context` (`CopyContext`): The context.

### Returns

A copy of `input`.

## IsShallowCopyable {#isshallowcopyable-de2ae8de}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.codecs.valuetuplecopier-6/methods/isshallowcopyable-de2ae8de/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization/Codecs/ValueTupleCodec.cs#L816)

```csharp
public bool ValueTupleCopier<T1, T2, T3, T4, T5, IsShallowCopyable()
```

Returns true if the type is shallow-copyable.
