/// <summary> /// Initialises a new instance of <see cref="VBCodeParser"/> /// </summary> public VBCodeParser() { KeywordHandlers.Add("modeltype", ParseModelTypeStatement); }
public MvcVBRazorCodeParser() { KeywordHandlers.Add(ModelTypeKeyword, ParseModelStatement); }