CxExpressionCast Description sealed class Tinman.Core.Cx.Expressions.CxExpressionCast Derived from CxExpression abstract An expression that casts a value to a given type: (type) value Public / Constructors CxExpressionCast public constructor CxExpressionCast → (2) value in : CxExpression [not-null] See Value. type in : CxType [not-null] See Type. Creates a new instance of CxExpressionCast. Public / Attributes Type public attribute Type → (get) value : CxType [not-null] The target type. Returns the target type. Value public attribute Value → (get) value : CxExpression [not-null] The value Returns the value to cast. CxExpressionCall CxExpressionIf