Show / Hide Table of Contents

Interface IReverseOptions

Options for the 'reverse()' operation.

Namespace: Amazon.CDK
Assembly: Amazon.CDK.dll
Syntax (csharp)
public interface IReverseOptions
Syntax (vb)
Public Interface IReverseOptions
Remarks

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;
ReverseOptions reverseOptions = new ReverseOptions {
    FailConcat = false
};

Synopsis

Properties

FailConcat

Fail if the given string is a concatenation.

Properties

FailConcat

Fail if the given string is a concatenation.

virtual Nullable<bool> FailConcat { get; }
Property Value

System.Nullable<System.Boolean>

Remarks

If false, just return undefined.

Default: true

Back to top Generated by DocFX