AspUnitRunner.Core.Html.HtmlCollection.HtmlCollection C# (CSharp) Method

HtmlCollection() public method

public HtmlCollection ( IList elements ) : System.Collections
elements IList
return System.Collections
        public HtmlCollection(IList<IHtmlElement> elements)
        {
            _elements = elements;
        }