CxStatementExpression Description sealed class Tinman.Core.Cx.Statements.CxStatementExpression Derived from CxStatement abstract A statement that evaluates an expression: a = 1; Public / Constructors CxStatementExpression public constructor CxStatementExpression → (1) expression in : CxExpression [not-null] See Expression. Creates a new instance of CxStatementExpression. Public / Attributes Expression public attribute Expression → (get) value : CxExpression [not-null] The expression. Returns the expression that will be evaluated. CxStatementDo CxStatementFor