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

HtmlRadioButton() 공개 메소드

Initializes a new instance of the HtmlRadioButton class.
/// The parameter is null. /// /// The parameter is null. ///
public HtmlRadioButton ( IHtmlPage page, IXPathNavigable node ) : System
page IHtmlPage /// The owning page. ///
node IXPathNavigable /// The node. ///
리턴 System
        public HtmlRadioButton(IHtmlPage page, IXPathNavigable node)
            : base(page, node)
        {
            _relatedNodes = FindRelatedNodes();
        }