C# Class Headless.HtmlTableRow

Inheritance: HtmlElement
Afficher le fichier Open project: roryprimrose/Headless

Méthodes publiques

Méthode Description
HtmlTableRow ( IHtmlPage page, IXPathNavigable node ) : System.Collections.Generic

Initializes a new instance of the HtmlTableRow class.

Method Details

HtmlTableRow() public méthode

Initializes a new instance of the HtmlTableRow class.
/// The parameter is null. /// /// The parameter is null. ///
public HtmlTableRow ( IHtmlPage page, IXPathNavigable node ) : System.Collections.Generic
page IHtmlPage /// The owning page. ///
node IXPathNavigable /// The node. ///
Résultat System.Collections.Generic