CSharpTokenizer.RazorCommentTransitionType Property

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

Gets the razor comment transition type for the CSharpSymbolType.

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

'Declaration
Public Overrides ReadOnly Property RazorCommentTransitionType As CSharpSymbolType 
	Get
'Usage
Dim instance As CSharpTokenizer 
Dim value As CSharpSymbolType 

value = instance.RazorCommentTransitionType

Property Value

Type: System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType
The razor comment transition type for the CSharpSymbolType.
Show: