ExpressionCodeGenerator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a code generator for expression.
public class ExpressionCodeGenerator : System.Web.Razor.Generator.HybridCodeGenerator
type ExpressionCodeGenerator = class
inherit HybridCodeGenerator
Public Class ExpressionCodeGenerator
Inherits HybridCodeGenerator
- Inheritance
Constructors
ExpressionCodeGenerator() |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the ExpressionCodeGenerator class. |
Methods
Equals(Object) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether this instance and a specified object are equal. |
GenerateCode(Span, CodeGeneratorContext) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code for the expression. |
GenerateEndBlockCode(Block, CodeGeneratorContext) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates the end code for the block. |
GenerateStartBlockCode(Block, CodeGeneratorContext) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates the start code for the block. |
GetHashCode() |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for this instance. |
ToString() |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the string representation of this instance. |