# Copier_VersionNotificationMessage Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleanscodegen.orleans.eventsourcing.common.copier-versionnotificationmessage/)

## DeepCopy(VersionNotificationMessage, CopyContext) {#deepcopy-orleans-eventsourcing-common-versionnotificationmessage-orleans-seriali-d9f99e57}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleanscodegen.orleans.eventsourcing.common.copier-versionnotificationmessage/methods/deepcopy-orleans-eventsourcing-common-versionnotificationmessage-orleans-seriali-d9f99e57/)

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

Creates a deep copy of the provided input.

### Parameters

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

### Returns

A copy of `input`.
