# Copier_ReminderEntry Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleanscodegen.orleans.copier-reminderentry/)

## DeepCopy(ReminderEntry, CopyContext) {#deepcopy-orleans-reminderentry-orleans-serialization-cloning-copycontext-7858c319}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleanscodegen.orleans.copier-reminderentry/methods/deepcopy-orleans-reminderentry-orleans-serialization-cloning-copycontext-7858c319/)

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

Creates a deep copy of the provided input.

### Parameters

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

### Returns

A copy of `input`.
