CxExpressionCast
Description
- Derived from
-
CxExpression abstract
ICxTypeContainer
ICxExpressionContainer
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.