Share via


Tokenizer<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)

Syntax

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

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

Property Value

Type: TSymbolType
The star type for the razor comment.

See Also

Reference

Tokenizer<TSymbol, TSymbolType> Class

System.Web.Razor.Tokenizer Namespace