Class StringConcat
Converts all fragments to strings and concats those.
Inheritance
System.Object
StringConcat
Implements
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() | |
StringConcat(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
StringConcat(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
Methods
Join(Object, Object) | Join the fragment on the left and on the right. |
Constructors
StringConcat()
public StringConcat()
StringConcat(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected StringConcat(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
StringConcat(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected StringConcat(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
Methods
Join(Object, Object)
Join the fragment on the left and on the right.
public virtual object Join(object left, object right)
Parameters
- left System.Object
- right System.Object
Returns
System.Object