CSharpSymbol.Keyword Property

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

Gets or sets the language keyword.

Namespace:  System.Web.Razor.Tokenizer.Symbols
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

public Nullable<CSharpKeyword> Keyword { get; set; }

Property Value

Type: System.Nullable<CSharpKeyword>
The language keyword.
Show: