VBCodeParser.EndTerminatedStatement Method (VBKeyword, Boolean, Boolean)
Ends a termination of statement.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
protected virtual Func<bool> EndTerminatedStatement( VBKeyword keyword, bool supportsExit, bool supportsContinue )
Parameters
- keyword
- Type: System.Web.Razor.Tokenizer.Symbols.VBKeyword
The keyword.
- supportsExit
- Type: System.Boolean
true if the termination supports exit; otherwise, false.
- supportsContinue
- Type: System.Boolean
true if the termination supports continue; otherwise, false.
Show: