CodeGenerator::GenerateCastExpression Method (CodeCastExpression^)

 

Generates code for the specified cast expression.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

protected:
virtual void GenerateCastExpression(
	CodeCastExpression^ e
) abstract

Parameters

e
Type: System.CodeDom::CodeCastExpression^

A CodeCastExpression that indicates the expression to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: