Headless.HtmlTableCell.HtmlTableCell C# (CSharp) 메소드

HtmlTableCell() 공개 메소드

Initializes a new instance of the HtmlTableCell class.
/// The parameter is null. /// /// The parameter is null. ///
public HtmlTableCell ( IHtmlPage page, IXPathNavigable node ) : System.Xml.XPath
page IHtmlPage /// The owning page. ///
node IXPathNavigable /// The node. ///
리턴 System.Xml.XPath
        public HtmlTableCell(IHtmlPage page, IXPathNavigable node)
            : base(page, node)
        {
        }
HtmlTableCell