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

> CDKTN Core API Reference for IFragmentConcatenator in CSharp.

* *Implemented By:* <a href="#cdktn.StringConcat">StringConcat</a>, <a href="#cdktn.IFragmentConcatenator">IFragmentConcatenator</a>

Function used to concatenate symbols in the target document language.

Interface so it could potentially be exposed over jsii.

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

| **Name**                                                          | **Description**                                 |
| ----------------------------------------------------------------- | ----------------------------------------------- |
| <code><a href="#cdktn.IFragmentConcatenator.join">Join</a></code> | Join the fragment on the left and on the right. |

***

### `Join` <a name="Join" id="cdktn.IFragmentConcatenator.join" />

```csharp theme={null}
private object Join(object Left, object Right)
```

Join the fragment on the left and on the right.

#### `Left`<sup>Required</sup> <a name="Left" id="cdktn.IFragmentConcatenator.join.parameter.left" />

* *Type:* object

***

#### `Right`<sup>Required</sup> <a name="Right" id="cdktn.IFragmentConcatenator.join.parameter.right" />

* *Type:* object

***
