StatementCodeGenerator Class

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents a code generator for the statement.

public class StatementCodeGenerator : System.Web.Razor.Generator.SpanCodeGenerator
type StatementCodeGenerator = class
    inherit SpanCodeGenerator
Public Class StatementCodeGenerator
Inherits SpanCodeGenerator
Inheritance
StatementCodeGenerator

Constructors

StatementCodeGenerator()

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 StatementCodeGenerator class.

Methods

Equals(Object)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified object is equal to this instance.

GenerateCode(Span, CodeGeneratorContext)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Generates the code for the statement.

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 current 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 for this instance.

Applies to