# RecipeEntryConstruct Constructors

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

Represents a single recipe entry inside a recipe pack (recipeKind + recipeLocation).

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

## RecipeEntryConstruct

- Name: `Constructor`

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