VBCodeParser.MapKeyword(VBKeyword, Func<Boolean>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maps a given keyword.
protected void MapKeyword (System.Web.Razor.Tokenizer.Symbols.VBKeyword keyword, Func<bool> action);
member this.MapKeyword : System.Web.Razor.Tokenizer.Symbols.VBKeyword * Func<bool> -> unit
Protected Sub MapKeyword (keyword As VBKeyword, action As Func(Of Boolean))
Parameters
- keyword
- VBKeyword
The keyword.