SyntaxConstants.VB Class

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

Inheritance Hierarchy

System.Object
  System.Web.Razor.Parser.SyntaxConstants.VB

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public NotInheritable Class VB
'Usage
public static class VB
public ref class VB abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type VB =  class end
public final class VB

The SyntaxConstants.VB type exposes the following members.

Fields

  Name Description
Public fieldStatic member CodeKeyword This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public fieldStatic member EndCodeKeyword This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public fieldStatic member EndFunctionsKeyword This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public fieldStatic member EndHelperKeyword This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public fieldStatic member EndKeyword This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public fieldStatic member EndSectionKeyword This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public fieldStatic member ExplicitKeyword This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public fieldStatic member FunctionsKeyword This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public fieldStatic member HelperKeyword This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public fieldStatic member ImportsKeywordLength This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public fieldStatic member LayoutKeyword This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public fieldStatic member OffKeyword This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public fieldStatic member SectionKeyword This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public fieldStatic member SelectCaseKeyword This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public fieldStatic member SessionStateKeyword This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public fieldStatic member StrictKeyword This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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.

See Also

Reference

System.Web.Razor.Parser Namespace