Documentation Language: Swift

Structure

MTLProtectedArea

A protected area statement for preserving user code across generations.

struct MTLProtectedArea

Topics

Initializers

Instance Properties

V
body

The block to execute (contains default content).

V
endTagPrefix

Optional end tag prefix expression.

V
id

Expression that computes the protected area ID.

V
multiLines

Whether this statement spans multiple lines.

V
startTagPrefix

Optional start tag prefix expression.

Instance Methods

F
execute(in:)

Executes the statement within the specified execution context.

Default Implementations

Relationships

Conforms To