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

GetElementsByTagName() public method

public GetElementsByTagName ( string localName ) : ElementCollection
localName string
return ElementCollection
        public ElementCollection GetElementsByTagName(string localName)
        {
            return default(ElementCollection);
        }