CSharpTokenizer.RazorCommentStarType Property
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.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
'Declaration Public Overrides ReadOnly Property RazorCommentStarType As CSharpSymbolType Get 'Usage Dim instance As CSharpTokenizer Dim value As CSharpSymbolType value = instance.RazorCommentStarType
Property Value
Type: System.Web.Razor.Tokenizer.Symbols.CSharpSymbolTypeThe star type of the CSharpSymbolType.
Show: