ICxStatementsContainer

Description

interface Tinman.Core.Cx.Statements.ICxStatementsContainer

Derived from

ICxStatementUsageProvider

Extended by

CxCase sealed
CxStatementBlock sealed
CxStatementDebug sealed

Base interface for nodes that contain a sequence of statements.

Public / Attributes

Statements


[Constant]
public attribute Statements → (get)

value : IVectorConst<CxStatement>

[not-null]
The statement sequence.

Returns the sequence of statements.

Please refer to the documentation of the enclosing PSI node for information on how the statements are used there.