Share via


Tokenizer<TSymbol, TSymbolType>.RazorCommentTransitionType Property

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

Gets the transition type for the razor comment.

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

Syntax

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

value = instance.RazorCommentTransitionType
public abstract TSymbolType RazorCommentTransitionType { get; }
public:
virtual property TSymbolType RazorCommentTransitionType {
    TSymbolType get () abstract;
}
abstract RazorCommentTransitionType : 'TSymbolType
abstract function get RazorCommentTransitionType () : TSymbolType

Property Value

Type: TSymbolType
The transition type for the razor comment.

See Also

Reference

Tokenizer<TSymbol, TSymbolType> Class

System.Web.Razor.Tokenizer Namespace