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

GetElementsByClassName() public method

public GetElementsByClassName ( string classNames ) : ElementCollection
classNames string
return ElementCollection
        public ElementCollection GetElementsByClassName(string classNames)
        {
            return default(ElementCollection);
        }