ExpressionCodeGenerator 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。表示表达式的代码生成器。
public class ExpressionCodeGenerator : System.Web.Razor.Generator.HybridCodeGenerator
type ExpressionCodeGenerator = class
inherit HybridCodeGenerator
Public Class ExpressionCodeGenerator
Inherits HybridCodeGenerator
- 继承
构造函数
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基础结构,不应直接从代码中使用。返回此实例的字符串表示形式。 |