Share via


SyntaxConstants.CSharp 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.CSharp

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

Syntax

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

The SyntaxConstants.CSharp type exposes the following members.

Fields

  Name Description
Public fieldStatic member ClassKeyword This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public fieldStatic member ElseIfKeyword 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 InheritsKeyword 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 NamespaceKeyword 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 SessionStateKeyword This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public fieldStatic member UsingKeywordLength 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