SetBaseTypeCodeGenerator 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 set base type.
Inheritance Hierarchy
System.Object
System.Web.Razor.Generator.SpanCodeGenerator
System.Web.Razor.Generator.SetBaseTypeCodeGenerator
Namespace: System.Web.Razor.Generator
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Class SetBaseTypeCodeGenerator _
Inherits SpanCodeGenerator
'Usage
Dim instance As SetBaseTypeCodeGenerator
public class SetBaseTypeCodeGenerator : SpanCodeGenerator
public ref class SetBaseTypeCodeGenerator : public SpanCodeGenerator
type SetBaseTypeCodeGenerator =
class
inherit SpanCodeGenerator
end
public class SetBaseTypeCodeGenerator extends SpanCodeGenerator
The SetBaseTypeCodeGenerator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SetBaseTypeCodeGenerator | 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. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | 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. (Overrides SpanCodeGenerator.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 the code for this set base type. (Overrides SpanCodeGenerator.GenerateCode(Span, CodeGeneratorContext).) |
![]() |
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. (Overrides SpanCodeGenerator.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ResolveType | 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. (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.