CSharpTokenizer.RazorCommentStarType Property

Definition

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

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

Property Value

The star type of the CSharpSymbolType.

Applies to