Поделиться через


CodeGenerator.GenerateCastExpression(CodeCastExpression) Метод

Определение

Создает код для указанного выражения приведения.

protected:
 abstract void GenerateCastExpression(System::CodeDom::CodeCastExpression ^ e);
protected abstract void GenerateCastExpression (System.CodeDom.CodeCastExpression e);
abstract member GenerateCastExpression : System.CodeDom.CodeCastExpression -> unit
Protected MustOverride Sub GenerateCastExpression (e As CodeCastExpression)

Параметры

e
CodeCastExpression

Объект CodeCastExpression, указывающий выражение, для которого создается код.

Применяется к

См. также раздел