> ## Documentation Index
> Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# CSharp: IAnyProducer

> CDKTN Core API Reference for IAnyProducer in CSharp.

* *Implemented By:* <a href="#cdktn.IAnyProducer">IAnyProducer</a>

Interface for lazy untyped value producers.

## Methods <a name="Methods" id="Methods" />

| **Name**                                                       | **Description**    |
| -------------------------------------------------------------- | ------------------ |
| <code><a href="#cdktn.IAnyProducer.produce">Produce</a></code> | Produce the value. |

***

### `Produce` <a name="Produce" id="cdktn.IAnyProducer.produce" />

```csharp theme={null}
private object Produce(IResolveContext Context)
```

Produce the value.

#### `Context`<sup>Required</sup> <a name="Context" id="cdktn.IAnyProducer.produce.parameter.context" />

* *Type:* <a href="#cdktn.IResolveContext">IResolveContext</a>

***
