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

HtmlCheckBox() 공개 메소드

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