# Copier_BatchContainerBatch.DeepCopy(BatchContainerBatch, CopyContext)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleanscodegen.orleans.streams.copier-batchcontainerbatch/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleanscodegen.orleans.streams.copier-batchcontainerbatch/methods/)

```csharp
public BatchContainerBatch DeepCopy(BatchContainerBatch original, CopyContext context)
```

Creates a deep copy of the provided input.

### Parameters

- `original` (`BatchContainerBatch`): The input.
- `context` (`CopyContext`): The context.

### Returns

A copy of `input`.
