ExpressionCodeGenerator Methods

Include Protected Members
Include Inherited Members

The ExpressionCodeGenerator type exposes the following members.

Methods

  Name Description
Public method 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).)
Protected method Finalize (Inherited from Object.)
Public method 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).)
Public method 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).)
Public method 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).)
Public method 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().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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

See Also

Reference

ExpressionCodeGenerator Class

System.Web.Razor.Generator Namespace