System.Html.ShadowRoot.GetElementsByTagNameNS C# (CSharp) Метод

GetElementsByTagNameNS() публичный Метод

public GetElementsByTagNameNS ( string @namespace, string localName ) : ElementCollection
@namespace string
localName string
Результат ElementCollection
        public ElementCollection GetElementsByTagNameNS(string @namespace, string localName)
        {
            return default(ElementCollection);
        }