Skip to main content
Converts all fragments to strings and concats those. Drops ‘undefined’s.

Initializers

using Io.Cdktn;

new StringConcat();
NameTypeDescription

Methods

NameDescription
JoinConcatenates string fragments.

Join

private object Join(object Left, object Right)
Concatenates string fragments.

LeftRequired

  • Type: object

RightRequired

  • Type: object