> ## 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: IStackSynthesizer

> CDKTN Core API Reference for IStackSynthesizer in CSharp.

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

Encodes information how a certain Stack should be deployed inspired by AWS CDK v2 implementation (synth functionality was removed in constructs v10).

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

| **Name**                                                                  | **Description**                                 |
| ------------------------------------------------------------------------- | ----------------------------------------------- |
| <code><a href="#cdktn.IStackSynthesizer.synthesize">Synthesize</a></code> | Synthesize the associated stack to the session. |

***

### `Synthesize` <a name="Synthesize" id="cdktn.IStackSynthesizer.synthesize" />

```csharp theme={null}
private void Synthesize(ISynthesisSession Session)
```

Synthesize the associated stack to the session.

#### `Session`<sup>Required</sup> <a name="Session" id="cdktn.IStackSynthesizer.synthesize.parameter.session" />

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

***
