Show / Hide Table of Contents

Class StringConcat

Converts all fragments to strings and concats those.

Inheritance
object
StringConcat
Implements
IFragmentConcatenator
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class StringConcat : DeputyBase, IFragmentConcatenator
Syntax (vb)
Public Class StringConcat Inherits DeputyBase Implements IFragmentConcatenator
Remarks

Drops 'undefined's.

ExampleMetadata: fixture=_generated

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();

Synopsis

Constructors

StringConcat()

Converts all fragments to strings and concats those.

Methods

Join(object, object)

Join the fragment on the left and on the right.

Constructors

StringConcat()

Converts all fragments to strings and concats those.

public StringConcat()
Remarks

Drops 'undefined's.

ExampleMetadata: fixture=_generated

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();

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

Remarks

Drops 'undefined's.

ExampleMetadata: fixture=_generated

Implements

IFragmentConcatenator
Back to top Generated by DocFX