ICxExpressionsContainer

Description

interface Tinman.Core.Cx.Expressions.ICxExpressionsContainer

Derived from

ICxExpressionUsageProvider

Extended by

CxAttribute sealed
CxMemberConstructor sealed

Base interface for nodes that contain a sequence of expressions.

Public / Attributes

Expressions


[Constant]
public attribute Expressions → (get)

value : IVectorConst<CxExpression>

[not-null]
The expression sequence.

Returns the sequence of expressions.

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