SetBaseTypeCodeGenerator 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 set base type.

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

Constructors

SetBaseTypeCodeGenerator(String)

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

Properties

BaseType

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the set base type.

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 this set base type.

GetHashCode()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the hash code for this current instance.

ResolveType(CodeGeneratorContext, String)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Resolves the given set base type.

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