# BicepTemplateFile Methods

- Package: [Aspire.Hosting.Azure](/reference/api/csharp/aspire.hosting.azure.md)
- Type: [BicepTemplateFile](/reference/api/csharp/aspire.hosting.azure/biceptemplatefile.md)
- Kind: `Methods`
- Members: `1`

Represents a bicep template file.

## Dispose

- Name: `Dispose`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure/AzureBicepResource.cs#L563-L567)

Releases the resources used by the current instance of [BicepTemplateFile](/reference/api/csharp/aspire.hosting.azure/biceptemplatefile.md).

```csharp
public struct BicepTemplateFile
{
    public void Dispose()
    {
        // ...
    }
}
```
