ExpressionCodeGenerator Class
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.
Inheritance Hierarchy
System.Object
System.Web.Razor.Generator.HybridCodeGenerator
System.Web.Razor.Generator.ExpressionCodeGenerator
Namespace: System.Web.Razor.Generator
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Class ExpressionCodeGenerator _
Inherits HybridCodeGenerator
'Usage
Dim instance As ExpressionCodeGenerator
public class ExpressionCodeGenerator : HybridCodeGenerator
public ref class ExpressionCodeGenerator : public HybridCodeGenerator
type ExpressionCodeGenerator =
class
inherit HybridCodeGenerator
end
public class ExpressionCodeGenerator extends HybridCodeGenerator
The ExpressionCodeGenerator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | 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. (Overrides Object.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GenerateCode | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code for the expression. (Overrides HybridCodeGenerator.GenerateCode(Span, CodeGeneratorContext).) |
![]() |
GenerateEndBlockCode | 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. (Overrides HybridCodeGenerator.GenerateEndBlockCode(Block, CodeGeneratorContext).) |
![]() |
GenerateStartBlockCode | 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. (Overrides HybridCodeGenerator.GenerateStartBlockCode(Block, CodeGeneratorContext).) |
![]() |
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. (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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. (Overrides Object.ToString().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.