VBTokenizer.RazorCommentType Property
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the razor type comment of the VBSymbolType.
Namespace: System.Web.Razor.Tokenizer
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property RazorCommentType As VBSymbolType
Get
'Usage
Dim instance As VBTokenizer
Dim value As VBSymbolType
value = instance.RazorCommentType
public override VBSymbolType RazorCommentType { get; }
public:
virtual property VBSymbolType RazorCommentType {
VBSymbolType get () override;
}
abstract RazorCommentType : VBSymbolType
override RazorCommentType : VBSymbolType
override function get RazorCommentType () : VBSymbolType
Property Value
Type: System.Web.Razor.Tokenizer.Symbols.VBSymbolType
The razor type comment of the VBSymbolType.