C# Class Microsoft.Html.Core.Parser.HtmlParserCommentEventArgs

Inheritance: System.EventArgs
Show file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
HtmlParserCommentEventArgs ( CommentToken commentToken ) : System

Method Details

HtmlParserCommentEventArgs() public method

public HtmlParserCommentEventArgs ( CommentToken commentToken ) : System
commentToken Microsoft.Html.Core.Parser.Tokens.CommentToken
return System