Interface IFragmentConcatenator

Function used to concatenate symbols in the target document language.

Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFragmentConcatenator
Syntax (vb)
Public Interface IFragmentConcatenator
Remarks

Interface so it could potentially be exposed over jsii.

Synopsis

Methods

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

Remarks

Interface so it could potentially be exposed over jsii.