CxExpressionLiteral Description sealed class Tinman.Core.Cx.Expressions.CxExpressionLiteral Derived from CxExpression abstract Represents a literal expression. Public / Constructors CxExpressionLiteral public constructor CxExpressionLiteral → (1) literal in : CxLiteral [not-null] See Literal. Creates a new instance of CxExpressionLiteral. Public / Attributes Literal public attribute Literal → (get,set) value : CxLiteral [not-null] The literal. The literal. CxExpressionIndex CxExpressionMember