Table of Contents

Class StringConcat

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Converts all fragments to strings and concats those.

public class StringConcat : DeputyBase, IFragmentConcatenator
Inheritance
StringConcat
Implements

Examples

// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK;
             var stringConcat = new StringConcat();

Remarks

Drops 'undefined's.

ExampleMetadata: fixture=_generated

Constructors

StringConcat()

public StringConcat()

Methods

Join(object, object)

Join the fragment on the left and on the right.

public virtual object Join(object left, object right)

Parameters

left object
right object

Returns

object