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

GetElementsByTagNameNS() public method

public GetElementsByTagNameNS ( string @namespace, string localName ) : ElementCollection
@namespace string
localName string
return ElementCollection
        public ElementCollection GetElementsByTagNameNS(string @namespace, string localName)
        {
            return default(ElementCollection);
        }