HtmlKit.HtmlTokenizer.EmitCommentToken C# (CSharp) Method

EmitCommentToken() private method

private EmitCommentToken ( StringBuilder comment, bool bogus = false ) : HtmlToken
comment StringBuilder
bogus bool
return HtmlToken
		HtmlToken EmitCommentToken (StringBuilder comment, bool bogus = false)
		{
			return EmitCommentToken (comment.ToString (), bogus);
		}

Same methods

HtmlTokenizer::EmitCommentToken ( string comment, bool bogus = false ) : HtmlToken
HtmlTokenizer