CxStatementExpression

Description

sealed class Tinman.Core.Cx.Statements.CxStatementExpression

Derived from

CxStatement abstract
ICxExpressionContainer

A statement that evaluates an expression:

a = 1;

ICxExpressionContainer.Expression returns the expression that will be evaluated.

Public / Constructors

Cx​Statement​Expression


public constructor CxStatementExpression → (1)

expression in : CxExpression

[not-null]
See ICxExpressionContainer.Expression.

Creates a new instance of CxStatementExpression.