Share via


Tokenizer<TSymbol, TSymbolType>.AfterRazorCommentTransition Method

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

Returns a result after the razor comment transition.

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

Syntax

'Declaration
Protected Function AfterRazorCommentTransition As StateMachine<TReturn>.StateResult
'Usage
Dim returnValue As StateMachine<TReturn>.StateResult 

returnValue = Me.AfterRazorCommentTransition()
protected StateMachine<TReturn>.StateResult AfterRazorCommentTransition()
protected:
StateMachine<TReturn>.StateResult^ AfterRazorCommentTransition()
member AfterRazorCommentTransition : unit -> StateMachine<TReturn>.StateResult
protected function AfterRazorCommentTransition() : StateMachine<TReturn>.StateResult

Return Value

Type: System.Web.Razor.StateMachine<TReturn>.StateResult
The result.

See Also

Reference

Tokenizer<TSymbol, TSymbolType> Class

System.Web.Razor.Tokenizer Namespace