System.Html.ShadowRoot.QuerySelectorAll C# (CSharp) Method

QuerySelectorAll() public method

public QuerySelectorAll ( string selectors ) : ElementNodeList
selectors string
return ElementNodeList
        public ElementNodeList QuerySelectorAll(string selectors)
        {
            return default(ElementNodeList);
        }