CxExpressionCast

Description

sealed class Tinman.Core.Cx.Expressions.CxExpressionCast

An expression that casts a value to a given type:

(type) value

ICxExpressionContainer.Expression returns the value to cast.
ICxTypeContainer.Type returns the target type of the cast.

Public / Constructors

Cx​Expression​Cast


public constructor CxExpressionCast → (2)

expression in : CxExpression

[not-null]
See ICxExpressionContainer.Expression.

type in : CxType

[not-null]
See ICxTypeContainer.Type.

Creates a new instance of CxExpressionCast.