# LegacyRecipeEntryConstruct Constructors

- Package: [Aspire.Hosting.Radius](/reference/api/csharp/aspire.hosting.radius.md)
- Type: [LegacyRecipeEntryConstruct](/reference/api/csharp/aspire.hosting.radius/legacyrecipeentryconstruct.md)
- Kind: `Constructors`
- Members: `1`

Represents an individual recipe entry nested inside a legacy `Applications.Core/environments` `properties.recipes` block. Uses the original legacy schema keys `templateKind` / `templatePath` (the new `recipeKind` / `recipeLocation` keys are only valid on `Radius.Core/recipePacks`).

<a id="constructor"></a>

## LegacyRecipeEntryConstruct

- Name: `Constructor`

```csharp
public sealed class LegacyRecipeEntryConstruct
{
    public LegacyRecipeEntryConstruct()
    {
        // ...
    }
}
```
