CSharpTokenizer.RazorCommentType Property

Definition

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

public override System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType RazorCommentType { get; }
member this.RazorCommentType : System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType
Public Overrides ReadOnly Property RazorCommentType As CSharpSymbolType

Property Value

The razor comment type for the CSharpSymbolType.

Applies to