ExpressionCodeGenerator 类

定义

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。表示表达式的代码生成器。

public class ExpressionCodeGenerator : System.Web.Razor.Generator.HybridCodeGenerator
type ExpressionCodeGenerator = class
    inherit HybridCodeGenerator
Public Class ExpressionCodeGenerator
Inherits HybridCodeGenerator
继承
ExpressionCodeGenerator

构造函数

ExpressionCodeGenerator()

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。初始化 类的新实例ExpressionCodeGenerator

方法

Equals(Object)

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。指示此实例与指定的 对象是否相等。

GenerateCode(Span, CodeGeneratorContext)

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。为表达式生成代码。

GenerateEndBlockCode(Block, CodeGeneratorContext)

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。生成 块的结束代码。

GenerateStartBlockCode(Block, CodeGeneratorContext)

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。生成 块的开始代码。

GetHashCode()

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。返回此实例的哈希代码。

ToString()

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。返回此实例的字符串表示形式。

适用于