public HtmlInlineTagInstruction(ScopePrototype scopePrototype, HtmlInlineTag htmlInlineTag) : base(scopePrototype) { HtmlInlineTag = htmlInlineTag; }
private HtmlInlineTagInstruction PopulateHtmlInlineTag(ScopePrototype scope, HtmlInlineTag htmlInlineTag) { var htmlInlineInstruction = new HtmlInlineTagInstruction(scope, htmlInlineTag); return(htmlInlineInstruction); }