Headless.HtmlRadioButton.HtmlRadioButton C# (CSharp) Method

HtmlRadioButton() public method

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. ///
return System
        public HtmlRadioButton(IHtmlPage page, IXPathNavigable node)
            : base(page, node)
        {
            _relatedNodes = FindRelatedNodes();
        }