Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

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