SetVBOptionCodeGenerator Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the conversion of the SetVBOptionCodeGenerator of the value.
Inheritance Hierarchy
System.Object
System.Web.Razor.Generator.SpanCodeGenerator
System.Web.Razor.Generator.SetVBOptionCodeGenerator
Namespace: System.Web.Razor.Generator
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Class SetVBOptionCodeGenerator _
Inherits SpanCodeGenerator
'Usage
Dim instance As SetVBOptionCodeGenerator
public class SetVBOptionCodeGenerator : SpanCodeGenerator
public ref class SetVBOptionCodeGenerator : public SpanCodeGenerator
type SetVBOptionCodeGenerator =
class
inherit SpanCodeGenerator
end
public class SetVBOptionCodeGenerator extends SpanCodeGenerator
The SetVBOptionCodeGenerator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SetVBOptionCodeGenerator | 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 SetVBOptionCodeGenerator class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
OptionName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the option name for the code generator. |
![]() |
Value | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value that indicates whether the SetVBOptionCodeGenerator has a value. |
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 the current object. (Inherited from SpanCodeGenerator.) |
![]() ![]() |
Explicit | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Converts the SetVBOptionCodeGenerator explicitly to the on and off value. |
![]() |
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 specified parameters. (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.Returns a hash code for the span code generator. (Inherited from SpanCodeGenerator.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() ![]() |
Strict | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Strictly converts the SetVBOptionCodeGenerator to the on and off value. |
![]() |
ToString | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a String that represents the current Object. (Overrides Object.ToString().) |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
ExplicitCodeDomOptionName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the explicit code Dom option name. |
![]() ![]() |
StrictCodeDomOptionName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the strict code Dom option name. |
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.