Tokenizer(Of TSymbol, TSymbolType).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 for the razor comment.

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

'Declaration
Public MustOverride ReadOnly Property RazorCommentStarType As TSymbolType
	Get
'Usage
Dim instance As Tokenizer 
Dim value As TSymbolType

value = instance.RazorCommentStarType

Property Value

Type: TSymbolType
The star type for the razor comment.
Show: