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.

Namespace:  System.Web.Razor.Tokenizer
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
Show: