See Also: CodeCastExpression Members
System.CodeDom.CodeCastExpression can be used to represent an expression cast to a different data type or interface.
The CodeCastExpression.Expression property indicates the System.CodeDom.CodeExpression to cast. The CodeCastExpression.TargetType property indicates the type to cast to.