Class ReverseOptions
Options for the 'reverse()' operation.
public class ReverseOptions : IReverseOptions
- Inheritance
-
ReverseOptions
- Implements
- Inherited Members
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;
var reverseOptions = new ReverseOptions {
FailConcat = false
};
Remarks
ExampleMetadata: fixture=_generated
Constructors
ReverseOptions()
public ReverseOptions()
Properties
FailConcat
Fail if the given string is a concatenation.
public bool? FailConcat { get; set; }
Property Value
- bool?
Remarks
If false
, just return undefined
.
Default: true