# Copier_ClusterManifestUpdate Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleanscodegen.orleans.runtime.copier-clustermanifestupdate/)

## DeepCopy(ClusterManifestUpdate, CopyContext) {#deepcopy-orleans-runtime-clustermanifestupdate-orleans-serialization-cloning-cop-877ad7c9}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleanscodegen.orleans.runtime.copier-clustermanifestupdate/methods/deepcopy-orleans-runtime-clustermanifestupdate-orleans-serialization-cloning-cop-877ad7c9/)

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

Creates a deep copy of the provided input.

### Parameters

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

### Returns

A copy of `input`.

## DeepCopy(ClusterManifestUpdate, ClusterManifestUpdate, CopyContext) {#deepcopy-orleans-runtime-clustermanifestupdate-orleans-runtime-clustermanifestup-a74bb981}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleanscodegen.orleans.runtime.copier-clustermanifestupdate/methods/deepcopy-orleans-runtime-clustermanifestupdate-orleans-runtime-clustermanifestup-a74bb981/)

```csharp
public void DeepCopy(ClusterManifestUpdate input, ClusterManifestUpdate output, CopyContext context)
```

Clones members from `input` and copies them to `output`.

### Parameters

- `input` (`ClusterManifestUpdate`): The input.
- `output` (`ClusterManifestUpdate`): The output.
- `context` (`CopyContext`): The context.
