CxExpressionLiteral

Description

sealed class Tinman.Core.Cx.Expressions.CxExpressionLiteral

Derived from

CxExpression abstract

Represents a literal expression.

Public / Constructors

Cx​Expression​Literal


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.