Tokenizer<TSymbol,TSymbolType>.RazorCommentTransitionType Property

Definition

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.

public abstract TSymbolType RazorCommentTransitionType { get; }
member this.RazorCommentTransitionType : 'SymbolType
Public MustOverride ReadOnly Property RazorCommentTransitionType As TSymbolType

Property Value

TSymbolType

The transition type for the razor comment.

Applies to