Table of Contents

Interface IFragmentConcatenator

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Function used to concatenate symbols in the target document language.

public interface IFragmentConcatenator

Remarks

Interface so it could potentially be exposed over jsii.

Methods

Join(object, object)

Join the fragment on the left and on the right.

object Join(object left, object right)

Parameters

left object
right object

Returns

object